-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
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
OSX install #3238
Changes from 1 commit
7b9fef5
7108099
a79cfc6
d847a85
7e2fdd2
156ff59
a68e33e
9bd9c6f
1b3243c
a52cd33
40861f7
8755041
4efb43a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
is an excellent choice that "just works" out of the box. | ||
The Enthought distribution `(Canopy) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would concatenate those two sentences. |
||
<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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
====================================== | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Redhat -> linux
There was a problem hiding this comment.
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?