@@ -66,12 +66,12 @@ you will also need to install compatible versions of
66
66
`pyparsing <https://pypi.python.org/pypi/pyparsing/>`_, and
67
67
`cycler <https://pypi.python.org/pypi/Cycler>`_
68
68
in addition to
69
- `matplotlib <http://matplotlib. org/downloads.html >`_.
69
+ `matplotlib <http://pypi.python. org/pypi/matplotlib/ >`_.
70
70
71
71
For Python 3.5 the `Visual C++ Redistributable for Visual Studio 2015
72
72
<http://www.microsoft.com/en-us/download/details.aspx?id=48145>`_
73
73
needs to be installed.
74
- In case Python 2.6 to 3.4 are not installed for all users (not the default),
74
+ In case Python 2.6 to 3.4 are not installed for all users (not the default),
75
75
the Microsoft Visual C++ 2008 (
76
76
`64 bit <http://www.microsoft.com/download/en/details.aspx?id=15336>`__
77
77
or
@@ -109,19 +109,18 @@ standard Python shell or IPython. It is enabled as the default backend
109
109
for the official binaries. GTK3 is not supported on Windows.
110
110
111
111
The Windows installers (:file:`*.exe`) and wheels (:file:`*.whl`) on
112
- the `download page <http://matplotlib.org/downloads.html>`_ do not
113
- contain test data or example code.
114
- If you want to try the many demos that come in the matplotlib source
115
- distribution, download the :file:`*.tar.gz` file and look in the
116
- :file:`examples` subdirectory.
112
+ the `PyPI download page <http://pypi.python.org/pypi/matplotlib/>`_ do
113
+ not contain test data or example code. If you want to try the many
114
+ demos that come in the matplotlib source distribution, download the
115
+ :file:`*.tar.gz` file and look in the :file:`examples` subdirectory.
117
116
To run the test suite, copy the :file:`lib\matplotlib\tests` and
118
- :file:`lib\mpl_toolkits\tests` directories from the source distribution to
119
- :file:`sys.prefix\Lib\site-packages\matplotlib` and
120
- :file:`sys.prefix\Lib\site-packages\mpl_toolkits` respectively, and install
121
- `nose <https://pypi.python.org/pypi/nose>`_,
122
- `mock <https://pypi.python.org/pypi/mock>`_,
123
- Pillow, MiKTeX, GhostScript, ffmpeg, avconv, mencoder, ImageMagick, and
124
- `Inkscape <http://inkscape.org/>`_.
117
+ :file:`lib\mpl_toolkits\tests` directories from the source
118
+ distribution to :file:`sys.prefix\Lib\site-packages\matplotlib` and
119
+ :file:`sys.prefix\Lib\site-packages\mpl_toolkits` respectively, and
120
+ install `nose <https://pypi.python.org/pypi/nose>`_, `mock
121
+ <https://pypi.python.org/pypi/mock>`_, Pillow, MiKTeX, GhostScript ,
122
+ ffmpeg, avconv, mencoder, ImageMagick, and `Inkscape
123
+ <http://inkscape.org/>`_.
125
124
126
125
127
126
@@ -133,10 +132,10 @@ Installing from source
133
132
If you are interested in contributing to matplotlib development,
134
133
running the latest source code, or just like to build everything
135
134
yourself, it is not difficult to build matplotlib from source. Grab
136
- the latest *tar.gz* release file from `the download page
137
- <http ://matplotlib. org/downloads.html >`_, or if you want
138
- to develop matplotlib or just need the latest bugfixed version, grab
139
- the latest git version :ref:`install-from-git`.
135
+ the latest *tar.gz* release file from `the PyPI files page
136
+ <https ://pypi.python. org/pypi/matplotlib/ >`_, or if you want to
137
+ develop matplotlib or just need the latest bugfixed version, grab the
138
+ latest git version :ref:`install-from-git`.
140
139
141
140
The standard environment variables `CC`, `CXX`, `PKG_CONFIG` are respected.
142
141
This means you can set them if your toolchain is prefixed. This may be used for
0 commit comments