Show More
@@ -1,29 +1,23 b'' | |||
|
1 | 1 | ============== |
|
2 | 2 | IPython README |
|
3 | 3 | ============== |
|
4 | 4 | |
|
5 | 5 | Overview |
|
6 | 6 | ======== |
|
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 | 10 | `website <http://ipython.scipy.org>`_. The ``docs/source`` directory contains |
|
11 | 11 | the plaintext version of these manuals. |
|
12 | 12 | |
|
13 | 13 | |
|
14 |
Instant running |
|
|
15 |
=============== |
|
|
14 | Instant running | |
|
15 | =============== | |
|
16 | 16 | |
|
17 | 17 | You can run IPython from this directory without even installing it system-wide |
|
18 | 18 | by typing at the terminal: |
|
19 | 19 | |
|
20 | 20 | .. code-block:: bash |
|
21 | 21 | |
|
22 | 22 | python ipython.py |
|
23 | ||
|
24 | and similarly, you can execute the built-in test suite with: | |
|
25 | 23 | |
|
26 | .. code-block:: bash | |
|
27 | ||
|
28 | python iptest.py | |
|
29 | No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now