##// END OF EJS Templates
Make it more clear in the README how exactly to build the docs
Aaron Meurer -
Show More
@@ -1,31 +1,31 b''
1 1 ===========================================
2 2 IPython: Productive Interactive Computing
3 3 ===========================================
4 4
5 5 Overview
6 6 ========
7 7
8 8 Welcome to IPython. Our full documentation is available on `our website
9 9 <http://ipython.org/documentation.html>`_; if you downloaded a built source
10 10 distribution the ``docs/source`` directory contains the plaintext version of
11 11 these manuals. If you have Sphinx installed, you can build them by typing
12 ``make html`` for local browsing.
12 ``cd docs; make html`` for local browsing.
13 13
14 14
15 15 Dependencies and supported Python versions
16 16 ==========================================
17 17
18 18 For full details, see the installation section of the manual. The basic parts
19 19 of IPython only need the Python standard library, but much of its more advanced
20 20 functionality requires extra packages.
21 21
22 22 Officially, IPython requires Python version 2.6, 2.7, or 3.1 and above.
23 23
24
24
25 25 Instant running
26 26 ===============
27 27
28 28 You can run IPython from this directory without even installing it system-wide
29 29 by typing at the terminal::
30 30
31 31 $ python ipython.py
General Comments 0
You need to be logged in to leave comments. Login now