-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Doc install docs #8961
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
Doc install docs #8961
Conversation
INSTALL.rst
Outdated
|
|
||
| If you are on Linux, you might prefer to use your package manager. Matplotlib | ||
| is packaged for almost every major Linux distribution. | ||
| The following backends work out of the box: Agg, TkAgg, ps, pdf and svg. |
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.
this in particular seems important...are we testing each of these backends in the tests so we can be sure this is true?
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.
Yes (although tkagg may fail if your distro packages python-tk separately and you don't have it installed).
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.
ps is more lightly tested than the others, but it has non-zero coverage.
|
I re-triggered the docs build on circle 3.5, since I think it's related to a temporary internet issue... |
|
Nope; you'll need to rebase to fix the 404. |
|
ah ok...I can't help w/ that then :-) |
This will be important for when we drop python2 support on new versions.
- Note issues with subprocess32 on OSX and linux - Move note about the MVC redistributable libraries to the top section closes matplotlib#8433 closes matplotlib#8361
bf3ac49 to
d7077e9
Compare
You can try liking this feature request so that CircleCI will start building merges instead of PR head... |
INSTALL.rst
Outdated
| `32 bit <https://www.microsoft.com/en-us/download/details.aspx?id=5555>`__ | ||
| for Python 3.4) redistributable packages need to be installed. | ||
|
|
||
| OSX |
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.
Should be macOS to match above.
INSTALL.rst
Outdated
| OSX | ||
| --- | ||
|
|
||
| If you are using python 2.7 on a Mac you may need to do:: |
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.
Python
INSTALL.rst
Outdated
| Linux | ||
| ----- | ||
|
|
||
| On extremely old versions of linux and python 2.7 you may need to |
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.
Linux; Python
Fixed typos and major capitalization issues.
|
Thanks @NelleV ! |
Windows and mac devs should make sure I have not introduced any false hoods.
Attn @matthew-brett to make sure I have not lied about wheels.