Skip to content

Commit a510e38

Browse files
committed
FIX added required dependencies section for python 2
1 parent 2495d11 commit a510e38

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

INSTALL

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -214,12 +214,19 @@ Required Dependencies
214214
`cycler <http://matplotlib.org/cycler/>`__ 0.10.0 or later
215215
Composable cycle class used for constructing style-cycles
216216

217+
Required dependencies for python 2
218+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
219+
217220
`functools32 <https://pypi.python.org/pypi/functools32>`_
218221
Required for compatibility if running on versions of Python before
219222
Python 3.2.
220223

221224
`six <https://pypi.python.org/pypi/six>`_
222-
Required for compatibility if running python2.7
225+
Required for compatibility between python 2 and python 3
226+
227+
`subprocess32 <https://pypi.python.org/pypi/subprocess32/>`_
228+
Backport of the subprocess standard library from 3.2 for python2. It
229+
includes better timeout support.
223230

224231

225232
Optional GUI framework
@@ -268,9 +275,6 @@ Optional dependencies
268275
required, but can make installation go more smoothly if the libraries and
269276
headers are not in the expected locations.
270277

271-
`subprocess32 <https://pypi.python.org/pypi/subprocess32/>`_
272-
Backport of the subprocess standard library from 3.2 for python2. It
273-
includes better timeout support.
274278

275279
Required libraries that ship with matplotlib
276280
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -285,10 +289,6 @@ Required libraries that ship with matplotlib
285289
`ttconv`
286290
truetype font utility
287291

288-
six 1.9.0
289-
Python 2/3 compatibility library. Do not use this in third-party
290-
code.
291-
292292

293293
.. _build_linux:
294294

0 commit comments

Comments
 (0)