1
1
.. The source of this document is INSTALL. During the doc build process,
2
2
.. this file is copied over to doc/users/installing.rst.
3
3
.. Therefore, you must edit INSTALL, *not* doc/users/installing.rst!
4
+ .. _pip: https://pypi.python.org/pypi/pip/
4
5
5
6
**********
6
7
Installing
@@ -42,7 +43,7 @@ Mac OSX : using pip
42
43
-------------------
43
44
44
45
If 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_ .
46
47
See :ref:`install_osx_binaries`.
47
48
48
49
.. _installing_windows:
@@ -56,13 +57,13 @@ one of the `scipy-stack compatible Python distributions
56
57
Enthought Canopy, or Continuum Anaconda, which have matplotlib and many
57
58
of its dependencies, plus other useful packages, preinstalled.
58
59
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_ ::
61
62
62
63
python -m pip install -U pip setuptools
63
64
python -m pip install matplotlib
64
65
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,
66
67
the Microsoft Visual C++ 2008 (
67
68
`64 bit <http://www.microsoft.com/download/en/details.aspx?id=15336>`__
68
69
or
@@ -100,7 +101,7 @@ standard Python shell or IPython. It is enabled as the default backend
100
101
for the official binaries. GTK3 is not supported on Windows.
101
102
102
103
The 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
104
105
or example code.
105
106
If you want to try the many demos that come in the matplotlib source
106
107
distribution, download the :file:`*.tar.gz` file and look in the
@@ -112,7 +113,7 @@ distribution to :file:`sys.prefix\\Lib\\site-packages\\matplotlib` and
112
113
install `nose <https://pypi.python.org/pypi/nose>`_, `mock
113
114
<https://pypi.python.org/pypi/mock>`_, Pillow, MiKTeX, GhostScript,
114
115
ffmpeg, avconv, mencoder, ImageMagick, and `Inkscape
115
- <http ://inkscape.org/>`_.
116
+ <https ://inkscape.org/>`_.
116
117
117
118
118
119
0 commit comments