Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0393f00

Browse filesBrowse files
committed
Add links to requirements
Closes #5449
1 parent dbe2486 commit 0393f00
Copy full SHA for 0393f00

File tree

Expand file treeCollapse file tree

1 file changed

+11
-8
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+11
-8
lines changed

‎INSTALL

Copy file name to clipboardExpand all lines: INSTALL
+11-8Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -190,28 +190,31 @@ Required Dependencies
190190
:term:`numpy` |minimum_numpy_version| (or later)
191191
array support for python (`download numpy <http://numpy.org>`_)
192192

193+
`setuptools <http://pythonhosted.org/setuptools/>`__
194+
Setuptools provides extensions for python package installation.
195+
193196
:term:`dateutil` 1.1 or later
194197
Provides extensions to python datetime handling. If using pip,
195198
easy_install or installing from source, the installer will attempt
196199
to download and install `python_dateutil` from PyPI.
197200

198-
`pyparsing`
201+
`pyparsing <https://pyparsing.wikispaces.com/>`__
199202
Required for matplotlib's mathtext math rendering support. If
200203
using pip, easy_install or installing from source, the installer
201204
will attempt to download and install `pyparsing` from PyPI.
202205

203-
libpng 1.2 (or later)
206+
`libpng 1.2 (or later) <http://www.libpng.org>`__
204207
library for loading and saving :term:`PNG` files (`download
205208
<http://www.libpng.org/pub/png/libpng.html>`__). libpng requires
206209
zlib.
207210

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
210213

211214
:term:`freetype` 2.3 or later
212215
library for reading true type font files.
213216

214-
``cycler`` 0.9 or later
217+
`cycler <http://matplotlib.org/cycler/>`__ 0.9 or later
215218
Composable cycle class used for constructing style-cycles
216219

217220

@@ -239,11 +242,11 @@ backends and the capabilities they provide.
239242

240243
Optional external programs
241244
^^^^^^^^^^^^^^^^^^^^^^^^^^
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>`__
243246
Required for the animation module to be save out put to movie
244247
formats.
245248

246-
ImageMagick
249+
`ImageMagick <http://www.imagemagick.org/>`__
247250
Required for the animation module to be able to save to animated gif.
248251

249252
Optional dependencies
@@ -253,7 +256,7 @@ Optional dependencies
253256
If Pillow is installed, matplotlib can read and write a larger
254257
selection of image file formats.
255258

256-
pkg-config
259+
`pkg-config <http://www.freedesktop.org/wiki/Software/pkg-config/>`__
257260
A tool used to find required non-python libraries. This is not strictly
258261
required, but can make installation go more smoothly if the libraries and
259262
headers are not in the expected locations.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.