Show More
@@ -1,35 +1,33 b'' | |||||
1 | ============== |
|
1 | ============== | |
2 | IPython README |
|
2 | IPython README | |
3 | ============== |
|
3 | ============== | |
4 |
|
4 | |||
5 | Overview |
|
5 | Overview | |
6 | ======== |
|
6 | ======== | |
7 |
|
7 | |||
8 | Welcome to IPython. Our full documentation can be found in the ``docs/dist`` |
|
8 | Welcome to IPython. Our full documentation can be found in the ``docs/dist`` | |
9 | subdirectory in ``.html`` and ``.pdf`` formats, also available online at our |
|
9 | subdirectory in ``.html`` and ``.pdf`` formats, also available online at our | |
10 |
` |
|
10 | `docs repo <http://ipython.github.com/ipython-doc>`_. The ``docs/source`` directory | |
11 | the plaintext version of these manuals. |
|
11 | contains the plaintext version of these manuals. | |
12 |
|
12 | |||
13 |
|
13 | |||
14 | Dependencies and supported Python versions |
|
14 | Dependencies and supported Python versions | |
15 | ========================================== |
|
15 | ========================================== | |
16 |
|
16 | |||
17 | For full details, see the installation section of the manual. The basic parts |
|
17 | For full details, see the installation section of the manual. The basic parts | |
18 | of IPython only need the Python standard library, but much of its more advanced |
|
18 | of IPython only need the Python standard library, but much of its more advanced | |
19 | functionality requires extra packages. |
|
19 | functionality requires extra packages. | |
20 |
|
20 | |||
21 | Officially, IPython requires Python version 2.6 or 2.7. An experimental port |
|
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 | http://github.com/takowl/ipython/tree/ipython-py3k. |
|
23 | http://github.com/takowl/ipython/tree/ipython-py3k. | |
24 |
|
24 | |||
25 |
|
25 | |||
26 | Instant running |
|
26 | Instant running | |
27 | =============== |
|
27 | =============== | |
28 |
|
28 | |||
29 | You can run IPython from this directory without even installing it system-wide |
|
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 |
|
32 | $ python ipython.py | |
33 |
|
||||
34 | python ipython.py |
|
|||
35 |
|
33 |
General Comments 0
You need to be logged in to leave comments.
Login now