From 4cb8d54d97db10d69de4e0f35a4f6126a2d63af7 Mon Sep 17 00:00:00 2001 From: izokay Date: Thu, 15 Mar 2018 15:41:30 -0400 Subject: [PATCH] typo on creating env for python 3.6 --- docs/source/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index e4ae99dd..87f3c64c 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -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: