@@ -66,7 +66,7 @@ you will also need to install compatible versions of
6666`pyparsing <https://pypi.python.org/pypi/pyparsing/>`_ and
6767`six <https://pypi.python.org/pypi/six>`_
6868in addition to
69- `matplotlib <https ://pypi.python. org/pypi/matplotlib >`_.
69+ `matplotlib <http ://matplotlib. org/downloads.html >`_.
7070
7171In case Python is not installed for all users (not the default), the
7272Microsoft Visual C++ 2008 (
@@ -106,14 +106,15 @@ standard Python shell or IPython. It is enabled as the default backend
106106for the official binaries. GTK3 is not supported on Windows.
107107
108108The 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.
110111If 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
117118`nose <https://pypi.python.org/pypi/nose>`_,
118119`mock <https://pypi.python.org/pypi/mock>`_,
119120Pillow, MiKTeX, GhostScript, ffmpeg, avconv, mencoder, ImageMagick, and
0 commit comments