11.. The source of this document is INSTALL. During the doc build process,
22.. this file is copied over to doc/users/installing.rst.
33.. Therefore, you must edit INSTALL, *not* doc/users/installing.rst!
4+ .. _pip: https://pypi.python.org/pypi/pip/
45
56**********
67Installing
@@ -42,7 +43,7 @@ Mac OSX : using pip
4243-------------------
4344
4445If you are on Mac OSX you can probably install matplotlib binaries using the
45- standard Python installation program `pip <https://pypi.python.org/pypi/pip>`_ .
46+ standard Python installation program pip_ .
4647See :ref:`install_osx_binaries`.
4748
4849.. _installing_windows:
@@ -56,13 +57,13 @@ one of the `scipy-stack compatible Python distributions
5657Enthought Canopy, or Continuum Anaconda, which have matplotlib and many
5758of its dependencies, plus other useful packages, preinstalled.
5859
59- For `standard Python <http ://www.python.org/download/>`_ installations,
60- install matplotlib using `pip <https://pypi.python.org/pypi/pip/>`_ ::
60+ For `standard Python <https ://www.python.org/download/>`_ installations,
61+ install matplotlib using pip_ ::
6162
6263 python -m pip install -U pip setuptools
6364 python -m pip install matplotlib
6465
65- In case Python 2.7 or 3.4 are not installed for all users (not the default) ,
66+ In case Python 2.7 or 3.4 are not installed for all users,
6667the Microsoft Visual C++ 2008 (
6768`64 bit <http://www.microsoft.com/download/en/details.aspx?id=15336>`__
6869or
@@ -100,7 +101,7 @@ standard Python shell or IPython. It is enabled as the default backend
100101for the official binaries. GTK3 is not supported on Windows.
101102
102103The Windows wheels (:file:`*.whl`) on the `PyPI download page
103- <http ://pypi.python.org/pypi/matplotlib/>`_ do not contain test data
104+ <https ://pypi.python.org/pypi/matplotlib/>`_ do not contain test data
104105or example code.
105106If you want to try the many demos that come in the matplotlib source
106107distribution, download the :file:`*.tar.gz` file and look in the
@@ -112,7 +113,7 @@ distribution to :file:`sys.prefix\\Lib\\site-packages\\matplotlib` and
112113install `nose <https://pypi.python.org/pypi/nose>`_, `mock
113114<https://pypi.python.org/pypi/mock>`_, Pillow, MiKTeX, GhostScript,
114115ffmpeg, avconv, mencoder, ImageMagick, and `Inkscape
115- <http ://inkscape.org/>`_.
116+ <https ://inkscape.org/>`_.
116117
117118
118119
0 commit comments