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

Skip to content

Commit 2495d11

Browse files
committed
DOC added new dependencies for 2.0
closes #6580
1 parent 5203df6 commit 2495d11

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

INSTALL

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,13 @@ 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`
217+
`functools32 <https://pypi.python.org/pypi/functools32>`_
218218
Required for compatibility if running on versions of Python before
219219
Python 3.2.
220220

221+
`six <https://pypi.python.org/pypi/six>`_
222+
Required for compatibility if running python2.7
223+
221224

222225
Optional GUI framework
223226
^^^^^^^^^^^^^^^^^^^^^^
@@ -265,6 +268,9 @@ Optional dependencies
265268
required, but can make installation go more smoothly if the libraries and
266269
headers are not in the expected locations.
267270

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.
268274

269275
Required libraries that ship with matplotlib
270276
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)