Skip to content

Commit 9bd9c6f

Browse files
committed
both are good distributions
1 parent a68e33e commit 9bd9c6f

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

INSTALL

+4-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ the details (and potential complications) on this page, the easiest
1313
thing for you to do is use one of the pre-packaged python
1414
distributions that already provide matplotlib built-in. The Continuum.io
1515
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
2120
*lots* of other useful tools. matplotlib is also packaged for almost
2221
every major Linux distribution. So if you are on Linux, your package
2322
manager will probably provide matplotlib prebuilt.

README.osx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ different types of zlib, png and freetype that may be on your system.
44
For developers who want to build matplotlib from source, the recommended and
55
supported way to build is to use a third-party package manager to install the
66
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
88
MacPorts. The following example illustrates how to install libpng and freetype
99
using conda:
1010

0 commit comments

Comments
 (0)