typo on creating env for python 3.6

This commit is contained in:
izokay
2018-03-15 15:41:30 -04:00
committed by GitHub
parent 11302b3af9
commit 4cb8d54d97
+1 -1
View File
@@ -143,7 +143,7 @@ with the following steps:
.. code-block:: bash
conda create --name catalyst python=2.7 scipy zlib
conda create --name catalyst python=3.6 scipy zlib
3. Activate the environment: