Thanks to visit codestin.com
Credit goes to github.com

Skip to content

DOC: fix markup and download link in the Windows install section #3415

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 26, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ you will also need to install compatible versions of
`pyparsing <https://pypi.python.org/pypi/pyparsing/>`_ and
`six <https://pypi.python.org/pypi/six>`_
in addition to
`matplotlib <https://pypi.python.org/pypi/matplotlib>`_.
`matplotlib <http://matplotlib.org/downloads.html>`_.

In case Python is not installed for all users (not the default), the
Microsoft Visual C++ 2008 (
Expand Down Expand Up @@ -106,14 +106,15 @@ standard Python shell or IPython. It is enabled as the default backend
for the official binaries. GTK3 is not supported on Windows.

The Windows installers (:file:`*.exe`) and wheels (:file:`*.whl`) on
the download page do not contain test data or example code.
the `download page <http://matplotlib.org/downloads.html>`_ do not
contain test data or example code.
If you want to try the many demos that come in the matplotlib source
distribution, download the zip file and look in the :file:`examples`
subdirectory.
To run the test suite, copy the lib\matplotlib\tests and
lib\mpl_toolkits\tests directories from the source distribution to
sys.prefix\Lib\site-packages\matplotlib and
sys.prefix\Lib\site-packages\mpl_toolkits respectively, and install
distribution, download the :file:`*.tar.gz` file and look in the
:file:`examples` subdirectory.
To run the test suite, copy the :file:`lib\matplotlib\tests` and
:file:`lib\mpl_toolkits\tests` directories from the source distribution to
:file:`sys.prefix\Lib\site-packages\matplotlib` and
:file:`sys.prefix\Lib\site-packages\mpl_toolkits` respectively, and install
`nose <https://pypi.python.org/pypi/nose>`_,
`mock <https://pypi.python.org/pypi/mock>`_,
Pillow, MiKTeX, GhostScript, ffmpeg, avconv, mencoder, ImageMagick, and
Expand Down