@@ -12,14 +12,20 @@ you follow the instructions on this page, which provide a setup based on Python
12122.7. This includes all the dependencies to run the notebook and optionally the
1313basic libraries for scientific computing and data analysis.
1414
15+ .. note::
16+
17+ We have just made a new release, and it will take a few days to appear
18+ in Anaconda, EPD and Linux distributions. To get the latest
19+ version, see :ref:`downloads`.
20+
1521**Mac or Windows**
1622
17231. Download and install `Anaconda <http://continuum.io/downloads.html>`_ or the free edition of the `Enthought Python Distribution
1824(EPD) <https://www.enthought.com/products/epd_free.php>`_.
1925
20262. Update IPython to the current version:
2127
22- * On a Mac, using the Terminal application::
28+ * On a Mac, using the Terminal application:
2329
2430 Anaconda::
2531
@@ -31,7 +37,7 @@ basic libraries for scientific computing and data analysis.
3137 sudo enpkg enstaller
3238 sudo enpkg ipython
3339
34- * On Windows, at the Command Prompt (``cmd.exe`` application)::
40+ * On Windows, at the Command Prompt (``cmd.exe`` application):
3541
3642 Anaconda::
3743
@@ -70,11 +76,14 @@ managers.
7076 sudo yum install python-matplotlib scipy python-pandas sympy python-nose
7177
7278
79+ .. _downloads:
80+
81+
7382Downloads
7483---------
7584
7685You can manually download IPython from either `Github
77- <http://github.com/ipython/ipython/downloads >`_ or `PyPI
86+ <http://github.com/ipython/ipython/releases >`_ or `PyPI
7887<http://pypi.python.org/pypi/ipython>`_. Those locations contain source
7988distributions as well as binary Windows installers, which will be recognized by
8089``easy_install`` and ``pip`` (for the source ones).
0 commit comments