@@ -66,7 +66,7 @@ you will also need to install compatible versions of
66
66
`pyparsing <https://pypi.python.org/pypi/pyparsing/>`_ and
67
67
`six <https://pypi.python.org/pypi/six>`_
68
68
in addition to
69
- `matplotlib <https ://pypi.python. org/pypi/matplotlib >`_.
69
+ `matplotlib <http ://matplotlib. org/downloads.html >`_.
70
70
71
71
In case Python is not installed for all users (not the default), the
72
72
Microsoft Visual C++ 2008 (
@@ -106,14 +106,15 @@ standard Python shell or IPython. It is enabled as the default backend
106
106
for the official binaries. GTK3 is not supported on Windows.
107
107
108
108
The Windows installers (:file:`*.exe`) and wheels (:file:`*.whl`) on
109
- the download page do not contain test data or example code.
109
+ the `download page <http://matplotlib.org/downloads.html>`_ do not
110
+ contain test data or example code.
110
111
If you want to try the many demos that come in the matplotlib source
111
- distribution, download the zip file and look in the :file:`examples`
112
- subdirectory.
113
- To run the test suite, copy the lib\matplotlib\tests and
114
- lib\mpl_toolkits\tests directories from the source distribution to
115
- sys.prefix\Lib\site-packages\matplotlib and
116
- sys.prefix\Lib\site-packages\mpl_toolkits respectively, and install
112
+ distribution, download the :file:`*.tar.gz` file and look in the
113
+ :file:`examples` subdirectory.
114
+ To run the test suite, copy the :file:` lib\matplotlib\tests` and
115
+ :file:` lib\mpl_toolkits\tests` directories from the source distribution to
116
+ :file:` sys.prefix\Lib\site-packages\matplotlib` and
117
+ :file:` sys.prefix\Lib\site-packages\mpl_toolkits` respectively, and install
117
118
`nose <https://pypi.python.org/pypi/nose>`_,
118
119
`mock <https://pypi.python.org/pypi/mock>`_,
119
120
Pillow, MiKTeX, GhostScript, ffmpeg, avconv, mencoder, ImageMagick, and
0 commit comments