File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -14,17 +14,18 @@ But you can also :ref:`install from sources <install-from-sources>`.
14
14
Installing using conda
15
15
----------------------
16
16
17
+ .. warning ::
18
+ Conda packages are supported for Linux (64-bit) and Windows (32- and 64-bit). Users of other
19
+ operating systems (32-bit Linux, BSD, ...) should install from source.
20
+
21
+
17
22
Installing Anaconda or Miniconda
18
23
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
19
24
20
25
* You can either install Anaconda (choose Python 3.5) from https://store.continuum.io/cshop/anaconda/
21
26
22
27
* Or install the more minimalistic Miniconda (choose Python 3.5) from http://conda.pydata.org/miniconda.html
23
28
24
- .. warning ::
25
- If you are installing on Windows, choose the Windows 32-bit version regardless of whether you have
26
- a 32-bit or 64-bit Windows.
27
-
28
29
After installing either Anaconda or Miniconda, open a new terminal and make sure the following command works::
29
30
30
31
$ conda
You can’t perform that action at this time.
0 commit comments