From 41a4c7072f3e7f224d1d01eb156cb0b25db12c49 Mon Sep 17 00:00:00 2001 From: AvishaiW Date: Wed, 14 Mar 2018 09:44:24 +0200 Subject: [PATCH] DOC: fixed a mistake on the installation tutorial --- 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: