@@ -53,7 +53,7 @@ Windows
53
53
54
54
If you don't already have Python installed, we recommend using
55
55
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),
57
57
Enthought Canopy, or Continuum Anaconda, which have matplotlib and
58
58
many of its dependencies, plus other useful packages, preinstalled.
59
59
@@ -62,8 +62,9 @@ you will also need to install compatible versions of
62
62
`setuptools <https://pypi.python.org/pypi/setuptools/>`_,
63
63
`numpy <https://pypi.python.org/pypi/numpy/>`_,
64
64
`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>`_
67
68
in addition to
68
69
`matplotlib <http://matplotlib.org/downloads.html>`_.
69
70
0 commit comments