Skip to content

OSX install #3238

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jul 17, 2014
Prev Previous commit
Next Next commit
reformatting for line length
  • Loading branch information
katyhuff committed Jul 12, 2014
commit d847a85840f4e736f721b7ab6d4e36a30da36aee
19 changes: 10 additions & 9 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ depends on what operating system you are using, what you already have
installed, and how you want to use it. To avoid wading through all
the details (and potential complications) on this page, the easiest
thing for you to do is use one of the pre-packaged python
distributions that already provide matplotlib built-in. The
Continuum.io distribution `(Anaconda)
<https://store.continuum.io/cshop/anaconda/>`_ or the Enthought distribution
`(Canopy) <https://www.enthought.com/products/canopy/>`_ for Windows, OS X, or
Redhat is an excellent choice that "just works" out of the box.
Both of these packages include matplotlib and pylab, and *lots* of other useful
tools. matplotlib is also packaged for almost every major Linux distribution.
So if you are on Linux, your package manager will probably provide matplotlib
prebuilt.
distributions that already provide matplotlib built-in. The Continuum.io
Python distribution `(Anaconda)
<https://store.continuum.io/cshop/anaconda/>`_ for Windows, OS X, or Redhat
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Redhat -> linux

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, I think you're right. This bit was already in there and I thought about changing it, but I thought maybe (due to the discussion of linux later) there was something subtle about matplotlib on debian systems or something. Not the case?

is an excellent choice that "just works" out of the box.
The Enthought distribution `(Canopy)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would concatenate those two sentences.
"The Continuum.io Python distribution Anaconda and the Enthought distribution canopy are both excellent choices that just work out of the box". This way we are not putting one above the other (politics…).

<https://www.enthought.com/products/canopy/>`_ is also a good a good choice
for any platform. Both of these packages include matplotlib and pylab, and
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

drop reference to pylab

*lots* of other useful tools. matplotlib is also packaged for almost
every major Linux distribution. So if you are on Linux, your package
manager will probably provide matplotlib prebuilt.

Manually installing pre-built packages
======================================
Expand Down