Show More
@@ -7,8 +7,8 b' Overview' | |||
|
7 | 7 | |
|
8 | 8 | Welcome to IPython. Our full documentation can be found in the ``docs/dist`` |
|
9 | 9 | subdirectory in ``.html`` and ``.pdf`` formats, also available online at our |
|
10 |
` |
|
|
11 | the plaintext version of these manuals. | |
|
10 | `docs repo <http://ipython.github.com/ipython-doc>`_. The ``docs/source`` directory | |
|
11 | contains the plaintext version of these manuals. | |
|
12 | 12 | |
|
13 | 13 | |
|
14 | 14 | Dependencies and supported Python versions |
@@ -19,7 +19,7 b' of IPython only need the Python standard library, but much of its more advanced' | |||
|
19 | 19 | functionality requires extra packages. |
|
20 | 20 | |
|
21 | 21 | Officially, IPython requires Python version 2.6 or 2.7. An experimental port |
|
22 | of IPython to Python 3.x has been sarted, and is available at | |
|
22 | of IPython to Python 3.x has been started, and is available at | |
|
23 | 23 | http://github.com/takowl/ipython/tree/ipython-py3k. |
|
24 | 24 | |
|
25 | 25 | |
@@ -27,9 +27,7 b' Instant running' | |||
|
27 | 27 | =============== |
|
28 | 28 | |
|
29 | 29 | You can run IPython from this directory without even installing it system-wide |
|
30 | by typing at the terminal: | |
|
30 | by typing at the terminal:: | |
|
31 | 31 | |
|
32 | .. code-block:: bash | |
|
33 | ||
|
34 | python ipython.py | |
|
32 | $ python ipython.py | |
|
35 | 33 |
General Comments 0
You need to be logged in to leave comments.
Login now