Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 76635ec

Browse files
authored
Merge pull request #7540 from NelleV/6580_installation_requirements
[MRG] DOC added new dependencies for 2.0
2 parents 8349813 + 5019191 commit 76635ec

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

INSTALL

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +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-
`functools32`
218-
Required for compatibility if running on versions of Python before
219-
Python 3.2.
217+
`six <https://pypi.python.org/pypi/six>`_
218+
Required for compatibility between python 2 and python 3
219+
220+
221+
Dependencies for python 2
222+
^^^^^^^^^^^^^^^^^^^^^^^^^
223+
224+
`functools32 <https://pypi.python.org/pypi/functools32>`_
225+
Required for compatibility if running on Python 2.7.
226+
227+
`subprocess32 <https://pypi.python.org/pypi/subprocess32/>`_
228+
Optional, unix only. Backport of the subprocess standard library from 3.2+
229+
for Python 2.7. It provides better error messages and timeout support.
220230

221231

222232
Optional GUI framework
@@ -279,10 +289,6 @@ Required libraries that ship with matplotlib
279289
`ttconv`
280290
truetype font utility
281291

282-
six 1.9.0
283-
Python 2/3 compatibility library. Do not use this in third-party
284-
code.
285-
286292

287293
.. _build_linux:
288294

0 commit comments

Comments
 (0)