@@ -57,31 +57,31 @@ one of the `scipy-stack compatible Python distributions
57
57
Enthought Canopy, or Continuum Anaconda, which have matplotlib and many
58
58
of its dependencies, plus other useful packages, preinstalled.
59
59
60
- For `standard Python <https://www.python.org/download />`_ installations,
60
+ For `standard Python <https://www.python.org/downloads />`_ installations,
61
61
install matplotlib using pip_::
62
62
63
63
python -m pip install -U pip setuptools
64
64
python -m pip install matplotlib
65
65
66
66
In case Python 2.7 or 3.4 are not installed for all users,
67
67
the Microsoft Visual C++ 2008 (
68
- `64 bit <http ://www.microsoft.com/download/en /details.aspx?id=15336>`__
68
+ `64 bit <https ://www.microsoft.com/en-us/download /details.aspx?id=15336>`__
69
69
or
70
- `32 bit <http ://www.microsoft.com/download/en /details.aspx?id=29>`__
70
+ `32 bit <https ://www.microsoft.com/en-us/download /details.aspx?id=29>`__
71
71
for Python 2.7) or Microsoft Visual C++ 2010 (
72
- `64 bit <http ://www.microsoft.com/en-us/download/details.aspx?id=14632>`__
72
+ `64 bit <https ://www.microsoft.com/en-us/download/details.aspx?id=14632>`__
73
73
or
74
- `32 bit <http ://www.microsoft.com/en-us/download/details.aspx?id=5555>`__
74
+ `32 bit <https ://www.microsoft.com/en-us/download/details.aspx?id=5555>`__
75
75
for Python 3.4) redistributable packages need to be installed.
76
76
77
77
Matplotlib depends on `Pillow <https://pypi.python.org/pypi/Pillow>`_
78
78
for reading and saving JPEG, BMP, and TIFF image files.
79
- Matplotlib requires `MiKTeX <http ://miktex.org/>`_ and
80
- `GhostScript <http ://www. ghostscript.com/download/>`_ for rendering text
79
+ Matplotlib requires `MiKTeX <https ://miktex.org/>`_ and
80
+ `GhostScript <https ://ghostscript.com/download/>`_ for rendering text
81
81
with LaTeX.
82
82
`FFmpeg <https://www.ffmpeg.org/>`_, `avconv <https://libav.org/>`_,
83
83
`mencoder <http://www.mplayerhq.hu>`_, or
84
- `ImageMagick <http://www.imagemagick.org/>`_ are required for the
84
+ `ImageMagick <http://www.imagemagick.org/script/index.php >`_ are required for the
85
85
animation module.
86
86
87
87
The following backends should work out of the box: agg, tkagg, ps,
@@ -146,7 +146,7 @@ python, numpy, libpng and freetype), you can build matplotlib::
146
146
python setup.py install
147
147
148
148
We provide a `setup.cfg
149
- <https://github. com/matplotlib/matplotlib/raw /master/setup.cfg.template>`_
149
+ <https://raw.githubusercontent. com/matplotlib/matplotlib/master/setup.cfg.template>`_
150
150
file that goes with :file:`setup.py` which you can use to customize
151
151
the build process. For example, which default backend to use, whether
152
152
some of the optional libraries that matplotlib ships with are
@@ -178,10 +178,10 @@ Required Dependencies
178
178
^^^^^^^^^^^^^^^^^^^^^
179
179
180
180
:term:`python` 2.7, 3.4, 3.5 or 3.6
181
- `Download python <http ://www.python.org/download />`_.
181
+ `Download python <https ://www.python.org/downloads />`_.
182
182
183
183
:term:`numpy` |minimum_numpy_version| (or later)
184
- array support for python (`download numpy <http://numpy.org>`_)
184
+ array support for python (`download numpy <http://www. numpy.org>`_)
185
185
186
186
`setuptools <http://pythonhosted.org/setuptools/>`__
187
187
Setuptools provides extensions for python package installation.
@@ -202,7 +202,8 @@ Required Dependencies
202
202
zlib.
203
203
204
204
`pytz <http://pytz.sourceforge.net/>`__
205
- Used to manipulate time-zone aware datetimes. http://pypi.python.org/pypi/pytz
205
+ Used to manipulate time-zone aware datetimes.
206
+ https://pypi.python.org/pypi/pytz
206
207
207
208
:term:`FreeType` 2.3 or later
208
209
Library for reading true type font files. If using pip, easy_install or
@@ -260,17 +261,17 @@ Optional external programs
260
261
Required for the animation module to be save out put to movie
261
262
formats.
262
263
263
- `ImageMagick <http://www.imagemagick.org/>`__
264
+ `ImageMagick <http://www.imagemagick.org/script/index.php >`__
264
265
Required for the animation module to be able to save to animated gif.
265
266
266
267
Optional dependencies
267
268
^^^^^^^^^^^^^^^^^^^^^
268
269
269
- `Pillow <http://python-pillow.github.io />`__
270
+ `Pillow <http://python-pillow.org />`__
270
271
If Pillow is installed, matplotlib can read and write a larger
271
272
selection of image file formats.
272
273
273
- `pkg-config <http ://www.freedesktop.org/wiki/Software/pkg-config/>`__
274
+ `pkg-config <https ://www.freedesktop.org/wiki/Software/pkg-config/>`__
274
275
A tool used to find required non-python libraries. This is not strictly
275
276
required, but can make installation go more smoothly if the libraries and
276
277
headers are not in the expected locations.
@@ -330,7 +331,7 @@ git repository and follow the instruction in :file:`README.osx`.
330
331
Building on Windows
331
332
-------------------
332
333
333
- The Python shipped from http ://www.python.org is compiled with Visual Studio
334
+ The Python shipped from https ://www.python.org is compiled with Visual Studio
334
335
2008 for versions before 3.3, Visual Studio 2010 for 3.3 and 3.4, and
335
336
Visual Studio 2015 for 3.5 and 3.6. Python extensions are recommended to be compiled
336
337
with the same compiler.
0 commit comments