diff --git a/INSTALL b/INSTALL index bd82103c175e..d904f30b8c71 100644 --- a/INSTALL +++ b/INSTALL @@ -62,9 +62,8 @@ you will also need to install compatible versions of `setuptools `_, `numpy `_, `python-dateutil `_, -`pytz `_, -`pyparsing `_ and -`six `_ +`pytz `_, and +`pyparsing `_ in addition to `matplotlib `_. @@ -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 `_. :term:`numpy` |minimum_numpy_version| (or later) @@ -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 `__). libpng requires @@ -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 ^^^^^^^^^^^^^^^^^^^^^^ @@ -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