DOC: fix Windows Conda install

This commit is contained in:
Victor Grau Serrat
2017-10-31 00:08:46 -06:00
parent b333bfbf02
commit c1fc311b93
12 changed files with 12 additions and 39 deletions
+1 -1
View File
@@ -429,7 +429,7 @@ to run Catalyst):</p>
for any reason, you can try setting up the environment manually with the following steps:</p>
<ol class="arabic">
<li><p class="first">Create the environment:</p>
<div class="highlight-bash"><div class="highlight"><pre>conda create --name catalyst <span class="nv">python</span><span class="o">=</span>2.7 scipy
<div class="highlight-bash"><div class="highlight"><pre>conda create --name catalyst <span class="nv">python</span><span class="o">=</span>2.7 scipy zlib
</pre></div>
</div>
</li>