8000 Updated links in INSTALL by cimarronm · Pull Request #4204 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Updated links in INSTALL #4204

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 1 commit into from
Mar 9, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions INSTALL
8000
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Mac OSX : using pip
-------------------

If you are on Mac OSX you can probably install matplotlib binaries using the
standard Python installation program `pip <https://pypi.python.org/pip>`_.
standard Python installation program `pip <https://pypi.python.org/pypi/pip>`_.
See :ref:`install_osx_binaries`.


Expand Down Expand Up @@ -243,7 +243,7 @@ ImageMagick
Optional dependencies
^^^^^^^^^^^^^^^^^^^^^

`Pillow <http://python-imaging.github.io/>`__
`Pillow <http://python-pillow.github.io/>`__
If Pillow is installed, matplotlib can read and write a larger
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't this be http://python-pillow.github.io/ which looks like the homepage rather than the git repo?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Absolutely...will update

selection of image file formats.

Expand Down
0