@@ -190,28 +190,31 @@ Required Dependencies
190
190
:term:`numpy` |minimum_numpy_version| (or later)
191
191
array support for python (`download numpy <http://numpy.org>`_)
192
192
193
+ `setuptools <http://pythonhosted.org/setuptools/>`__
194
+ Setuptools provides extensions for python package installation.
195
+
193
196
:term:`dateutil` 1.1 or later
194
197
Provides extensions to python datetime handling. If using pip,
195
198
easy_install or installing from source, the installer will attempt
196
199
to download and install `python_dateutil` from PyPI.
197
200
198
- `pyparsing`
201
+ `pyparsing <https://pyparsing.wikispaces.com/>`__
199
202
Required for matplotlib's mathtext math rendering support. If
200
203
using pip, easy_install or installing from source, the installer
201
204
will attempt to download and install `pyparsing` from PyPI.
202
205
203
- libpng 1.2 (or later)
206
+ ` libpng 1.2 (or later) <http://www.libpng.org>`__
204
207
library for loading and saving :term:`PNG` files (`download
205
208
<http://www.libpng.org/pub/png/libpng.html>`__). libpng requires
206
209
zlib.
207
210
208
- `pytz`
209
- Used to manipulate time-zone aware datetimes.
211
+ `pytz <http://pytz.sourceforge.net/>`__
212
+ Used to manipulate time-zone aware datetimes. http://pypi.python.org/pypi/pytz
210
213
211
214
:term:`freetype` 2.3 or later
212
215
library for reading true type font files.
213
216
214
- `` cycler`` 0.9 or later
217
+ `cycler <http://matplotlib.org/cycler/>`__ 0.9 or later
215
218
Composable cycle class used for constructing style-cycles
216
219
217
220
@@ -239,11 +242,11 @@ backends and the capabilities they provide.
239
242
240
243
Optional external programs
241
244
^^^^^^^^^^^^^^^^^^^^^^^^^^
242
- ffmpeg/ avconv or mencoder
245
+ ` ffmpeg <https://www.ffmpeg.org/>`__/` avconv <https://libav.org/avconv.html>`__ or ` mencoder <http://www.mplayerhq.hu/design7/news.html>`__
243
246
Required for the animation module to be save out put to movie
244
247
formats.
245
248
246
- ImageMagick
249
+ ` ImageMagick <http://www.imagemagick.org/>`__
247
250
Required for the animation module to be able to save to animated gif.
248
251
249
252
Optional dependencies
@@ -253,7 +256,7 @@ Optional dependencies
253
256
If Pillow is installed, matplotlib can read and write a larger
254
257
selection of image file formats.
255
258
256
- pkg-config
259
+ ` pkg-config <http://www.freedesktop.org/wiki/Software/pkg-config/>`__
257
260
A tool used to find required non-python libraries. This is not strictly
258
261
required, but can make installation go more smoothly if the libraries and
259
262
headers are not in the expected locations.
0 commit comments