Skip to content

Commit b3a5afd

Browse files
committed
DOC: subprocess32 is optional at runtime and unix only
1 parent 3d6a0f9 commit b3a5afd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

INSTALL

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,16 +218,16 @@ Required Dependencies
218218
Required for compatibility between python 2 and python 3
219219

220220

221-
Required dependencies for python 2
222-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
221+
Dependencies for python 2
222+
^^^^^^^^^^^^^^^^^^^^^^^^^
223223

224224
`functools32 <https://pypi.python.org/pypi/functools32>`_
225225
Required for compatibility if running on versions of Python before
226226
Python 3.2.
227227

228228
`subprocess32 <https://pypi.python.org/pypi/subprocess32/>`_
229-
Backport of the subprocess standard library from 3.2 for python2. It
230-
includes better timeout support.
229+
Optional, unix only. Backport of the subprocess standard library from 3.2
230+
for python2. It includes better timeout support.
231231

232232

233233
Optional GUI framework

0 commit comments

Comments
 (0)