Skip to content

Commit b68035d

Browse files
committedFeb 10, 2016
manual/installing: refresh
1 parent 64263b7 commit b68035d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

Diff for: ‎doc/manual/installing.rst

+5-4
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,18 @@ But you can also :ref:`install from sources <install-from-sources>`.
1414
Installing using conda
1515
----------------------
1616

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+
1722
Installing Anaconda or Miniconda
1823
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1924

2025
* You can either install Anaconda (choose Python 3.5) from https://store.continuum.io/cshop/anaconda/
2126

2227
* Or install the more minimalistic Miniconda (choose Python 3.5) from http://conda.pydata.org/miniconda.html
2328

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-
2829
After installing either Anaconda or Miniconda, open a new terminal and make sure the following command works::
2930

3031
$ conda

0 commit comments

Comments
 (0)