@@ -18,14 +18,17 @@ Installing pre-built packages
18
18
Most platforms : scientific Python distributions
19
19
------------------------------------------------
20
20
21
- The first option is to use one of the pre-packaged python distributions that
22
- already provide matplotlib built-in. The Continuum.io Python distribution
23
- `(Anaconda) <https://store.continuum.io/cshop/anaconda/>`_ and the Enthought
24
- distribution `(Canopy) <https://www.enthought.com/products/canopy/>`_ are both
25
- excellent choices that "just work" out of the box for Windows, OSX and common
26
- Linux platforms. Both of these distributions include matplotlib and *lots* of
27
- other useful tools. Another excellent alternative for Windows users is
28
- `Python (x, y) <https://code.google.com/p/pythonxy>`_ .
21
+ The first option is to use one of the pre-packaged python
22
+ distributions that already provide matplotlib built-in. The
23
+ Continuum.io Python distribution `(Anaconda
24
+ <https://store.continuum.io/cshop/anaconda/>`_ or `miniconda)
25
+ <http://conda.pydata.org/miniconda.html>`_ and the Enthought
26
+ distribution `(Canopy) <https://www.enthought.com/products/canopy/>`_
27
+ are both excellent choices that "just work" out of the box for
28
+ Windows, OSX and common Linux platforms. Both of these distributions
29
+ include matplotlib and *lots* of other useful tools. Another
30
+ excellent alternative for Windows users is `Python (x, y)
31
+ <https://code.google.com/p/pythonxy>`_ .
29
32
30
33
31
34
Linux : using your package manager
0 commit comments