##// END OF EJS Templates
README.txt -> README.rst
MinRK -
Show More
@@ -1,35 +1,33 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 `website <http://ipython.scipy.org>`_. The ``docs/source`` directory contains
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
15 15 ==========================================
16 16
17 17 For full details, see the installation section of the manual. The basic parts
18 18 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
26 26 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