##// END OF EJS Templates
minor doc fixes
Paul Ivanov -
Show More
@@ -9,15 +9,15 install all of its dependencies.
9 9
10 10
11 11 Please let us know if you have problems installing IPython or any of its
12 dependencies. Officially, IPython requires Python versions 2.6 to 2.7 and 3.1
13 to 3.2.
12 dependencies. Officially, IPython requires Python 2.6, 2.7, 3.1, or 3.2.
14 13
15 14 .. warning::
16 15
17 16 Officially, IPython supports Python versions 2.6 and 2.7.
18 17
19 18 IPython 0.11 has a hard syntax dependency on 2.6, and will no longer work
20 on Python <= 2.5.
19 on Python <= 2.5. You can find older versions of IPython which supported
20 Python <= 2.5 `here <http://archive.ipython.org/release/>`_
21 21
22 22 Some of the installation approaches use the :mod:`setuptools` package and its
23 23 :command:`easy_install` command line program. In many scenarios, this provides
@@ -88,7 +88,7 Installation from source
88 88
89 89 If you don't want to use :command:`easy_install`, or don't have it installed,
90 90 just grab the latest stable build of IPython from `here
91 <https://github.com/ipython/ipython/downloads>`_. Then do the following:
91 <http://ipython.org/download.html>`_. Then do the following:
92 92
93 93 .. code-block:: bash
94 94
@@ -4,8 +4,8
4 4 IPython Tips & Tricks
5 5 =====================
6 6
7 The `IPython cookbook <http://wiki.ipython.org/index.php?title=Cookbook>`_ details more
8 things you can do with IPython.
7 The `IPython cookbook <http://wiki.ipython.org/Cookbook>`_ details more things
8 you can do with IPython.
9 9
10 10 .. This is not in the current version:
11 11
General Comments 0
You need to be logged in to leave comments. Login now