File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,10 @@ the details (and potential complications) on this page, the easiest
13
13
thing for you to do is use one of the pre-packaged python
14
14
distributions that already provide matplotlib built-in. The Continuum.io
15
15
Python distribution `(Anaconda)
16
- <https://store.continuum.io/cshop/anaconda/>`_ for Windows, OS X, or Linux
17
- is an excellent choice that "just works" out of the box.
18
- The Enthought distribution `(Canopy)
19
- <https://www.enthought.com/products/canopy/>`_ is also a good a good choice
20
- for any platform. Both of these packages include matplotlib and
16
+ <https://store.continuum.io/cshop/anaconda/>`_ and the Enthought
17
+ distribution `(Canopy) <https://www.enthought.com/products/canopy/>`_
18
+ are both excellent choices that "just work" out of the box for any
19
+ platform. Both of these packages include matplotlib and
21
20
*lots* of other useful tools. matplotlib is also packaged for almost
22
21
every major Linux distribution. So if you are on Linux, your package
23
22
manager will probably provide matplotlib prebuilt.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ different types of zlib, png and freetype that may be on your system.
4
4
For developers who want to build matplotlib from source, the recommended and
5
5
supported way to build is to use a third-party package manager to install the
6
6
required dependencies, and then install matplotlib from source using the
7
- setup.py script. Three widely used package managers are conda, homebrew, and
7
+ setup.py script. Three widely used package managers are homebrew, and
8
8
MacPorts. The following example illustrates how to install libpng and freetype
9
9
using conda:
10
10
You can’t perform that action at this time.
0 commit comments