manual: Windows (32 and 64-bit) users should install 32-bit miniconda/anaconda

This commit is contained in:
Yann Sionneau 2015-08-26 14:22:13 +02:00
parent 92390cfbe6
commit 7b0b1d6860
1 changed files with 5 additions and 1 deletions

View File

@ -15,7 +15,11 @@ Installing Anaconda or Miniconda
* You can either install Anaconda (chose Python 3.4) from https://store.continuum.io/cshop/anaconda/
* Or install the more minimalistic Miniconda (chose Python3.4) from http://conda.pydata.org/miniconda.html
* Or install the more minimalistic Miniconda (chose Python 3.4) from http://conda.pydata.org/miniconda.html
.. warning::
If you are installing on Windows, chose the Windows 32-bit version regardless of whether you have
a 32-bit or 64-bit Windows.
After installing either Anaconda or Miniconda, open a new terminal and make sure the following command works::