Skip to content

Commit 3d6a0f9

Browse files
committed
FIX six is a requirement for both py2 and py3
1 parent a510e38 commit 3d6a0f9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

INSTALL

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

217+
`six <https://pypi.python.org/pypi/six>`_
218+
Required for compatibility between python 2 and python 3
219+
220+
217221
Required dependencies for python 2
218222
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
219223

220224
`functools32 <https://pypi.python.org/pypi/functools32>`_
221225
Required for compatibility if running on versions of Python before
222226
Python 3.2.
223227

224-
`six <https://pypi.python.org/pypi/six>`_
225-
Required for compatibility between python 2 and python 3
226-
227228
`subprocess32 <https://pypi.python.org/pypi/subprocess32/>`_
228229
Backport of the subprocess standard library from 3.2 for python2. It
229230
includes better timeout support.

0 commit comments

Comments
 (0)