8000 DOC: updated documented dependencies by tacaswell · Pull Request #5073 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

DOC: updated documented dependencies #5073

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 2 commits into from
Sep 15, 2015
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
24 changes: 12 additions & 12 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@ you will also need to install compatible versions of
`setuptools <https://pypi.python.org/pypi/setuptools/>`_,
`numpy <https://pypi.python.org/pypi/numpy/>`_,
`python-dateutil <https://pypi.python.org/pypi/python-dateutil/>`_,
`pytz <https://pypi.python.org/pypi/pytz>`_,
`pyparsing <https://pypi.python.org/pypi/pyparsing/>`_ and
`six <https://pypi.python.org/pypi/six>`_
`pytz <https://pypi.python.org/pypi/pytz>`_, and
`pyparsing <https://pypi.python.org/pypi/pyparsing/>`_
in addition to
`matplotlib <http://matplotlib.org/downloads.html>`_.

Expand Down Expand Up @@ -182,7 +181,7 @@ themselves.
Required Dependencies
^^^^^^^^^^^^^^^^^^^^^

:term:`python` 2.6, 2.7, 3.3 or 3.4
:term:`python` 2.6, 2.7, 3.3, 3.4, or 3.5
`Download python <http://www.python.org/download/>`_.

:term:`numpy` |minimum_numpy_version| (or later)
Expand All @@ -191,20 +190,13 @@ Required Dependencies
:term:`dateutil` 1.1 or later
Provides extensions to python datetime handling. If using pip,
easy_install or installing from source, the installer will attempt
to download and install `python_dateutil` from PyPI. Note that
`python_dateutil` also depends on `six`. `pip` and other package
managers should handle installing that secondary dependency
automatically.
to download and install `python_dateutil` from PyPI.

`pyparsing`
Required for matplotlib's mathtext math rendering support. If
using pip, easy_install or installing from source, the installer
will attempt to download and install `pyparsing` from PyPI.

six 1.4 or later
Python 2/3 compatibility library. This is also a dependency of
:term:`dateutil`.

libpng 1.2 (or later)
library for loading and saving :term:`PNG` files (`download
<http://www.libpng.org/pub/png/libpng.html>`__). libpng requires
Expand All @@ -216,6 +208,9 @@ libpng 1.2 (or later)
:term:`freetype` 2.3 or later
library for reading true type font files.

``cycler`` 0.9 or later
Composable cycle class used for constructing style-cycles


Optional GUI framework
^^^^^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -274,6 +269,11 @@ Required libraries that ship with matplotlib
`ttconv`
truetype font utility

six 1.9.0
Python 2/3 compatibility library. Do not use this in third-party
code.


.. _build_linux:

Building on Linux
Expand Down
0