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

Skip to content

Commit abd38e9

Browse files
committed
Add WinPython and Cycler to installation instructions for Windows
1 parent 9079a37 commit abd38e9

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
@@ -53,7 +53,7 @@ Windows
5353

5454
If you don't already have Python installed, we recommend using
5555
one of the `scipy-stack compatible Python distributions
56-
<http://www.scipy.org/install.html>`_ such as Python(x,y),
56+
<http://www.scipy.org/install.html>`_ such as WinPython, Python(x,y),
5757
Enthought Canopy, or Continuum Anaconda, which have matplotlib and
5858
many of its dependencies, plus other useful packages, preinstalled.
5959

@@ -62,8 +62,9 @@ you will also need to install compatible versions of
6262
`setuptools <https://pypi.python.org/pypi/setuptools/>`_,
6363
`numpy <https://pypi.python.org/pypi/numpy/>`_,
6464
`python-dateutil <https://pypi.python.org/pypi/python-dateutil/>`_,
65-
`pytz <https://pypi.python.org/pypi/pytz>`_, and
66-
`pyparsing <https://pypi.python.org/pypi/pyparsing/>`_
65+
`pytz <https://pypi.python.org/pypi/pytz>`_,
66+
`pyparsing <https://pypi.python.org/pypi/pyparsing/>`_, and
67+
`cycler <https://pypi.python.org/pypi/Cycler>`_
6768
in addition to
6869
`matplotlib <http://matplotlib.org/downloads.html>`_.
6970

0 commit comments

Comments
 (0)