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

Skip to content

Commit 43ab6c2

Browse files
committed
DOC: more updates to Windows installation instructions
Update URLs to https. Do not let remain double negative. Fix Sphinx warning.
1 parent 4a0d01a commit 43ab6c2

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

INSTALL

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.. The source of this document is INSTALL. During the doc build process,
22
.. this file is copied over to doc/users/installing.rst.
33
.. Therefore, you must edit INSTALL, *not* doc/users/installing.rst!
4+
.. _pip: https://pypi.python.org/pypi/pip/
45

56
**********
67
Installing
@@ -42,7 +43,7 @@ Mac OSX : using pip
4243
-------------------
4344

4445
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_.
4647
See :ref:`install_osx_binaries`.
4748

4849
.. _installing_windows:
@@ -56,13 +57,13 @@ one of the `scipy-stack compatible Python distributions
5657
Enthought Canopy, or Continuum Anaconda, which have matplotlib and many
5758
of its dependencies, plus other useful packages, preinstalled.
5859

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_::
6162

6263
python -m pip install -U pip setuptools
6364
python -m pip install matplotlib
6465

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,
6667
the Microsoft Visual C++ 2008 (
6768
`64 bit <http://www.microsoft.com/download/en/details.aspx?id=15336>`__
6869
or
@@ -100,7 +101,7 @@ standard Python shell or IPython. It is enabled as the default backend
100101
for the official binaries. GTK3 is not supported on Windows.
101102

102103
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
104105
or example code.
105106
If you want to try the many demos that come in the matplotlib source
106107
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
112113
install `nose <https://pypi.python.org/pypi/nose>`_, `mock
113114
<https://pypi.python.org/pypi/mock>`_, Pillow, MiKTeX, GhostScript,
114115
ffmpeg, avconv, mencoder, ImageMagick, and `Inkscape
115-
<http://inkscape.org/>`_.
116+
<https://inkscape.org/>`_.
116117

117118

118119

0 commit comments

Comments
 (0)