DOC: added- creating a virtual env for 3.6

This commit is contained in:
AvishaiW
2018-03-01 09:47:18 +02:00
parent 6c4f7afaea
commit c4b10bae39
+9 -1
View File
@@ -89,7 +89,7 @@ Once either Conda or MiniConda has been set up you can install Catalyst:
.. code-block:: bash
conda env create -f python2.7-environment.yml
conda env create -f python2.7-environment.yml
4. Activate the environment (which you need to do every time you start a new
session to run Catalyst):
@@ -133,6 +133,14 @@ with the following steps:
2. Create the environment:
for python 2.7:
.. code-block:: bash
conda create --name catalyst python=2.7 scipy zlib
or for python 3.6:
.. code-block:: bash
conda create --name catalyst python=2.7 scipy zlib