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