##// END OF EJS Templates
Update readme instructions.
Matthias Bussonnier -
Show More
@@ -18,28 +18,30 b''
18 Overview
18 Overview
19 ========
19 ========
20
20
21 Welcome to IPython. Our full documentation is available on `our website
21 Welcome to IPython. Our full documentation is available on `ipython.readthedocs.io
22 <http://ipython.org/documentation.html>`_; if you downloaded a built source
22 <https://ipython.readthedocs.io/en/stable/>`_ and contain information on how to install, use
23 distribution the ``docs/source`` directory contains the plaintext version of
23 contribute to the project.
24 these manuals. If you have Sphinx installed, you can build them by typing
25 ``cd docs; make html`` for local browsing.
26
24
27
25 Officially, IPython requires Python version 2.7, or 3.3 and above.
28 See the `install page <http://ipython.org/install.html>`__ to install IPython.
26 IPython 1.x is the last IPython version to support Python 2.6 and 3.2.
29
27
30 The Notebook, Qt console and a number of other pieces are now parts of *Jupyter*.
28 The Notebook, Qt console and a number of other pieces are now parts of *Jupyter*.
31 See the `Jupyter installation docs <http://jupyter.readthedocs.io/en/latest/install.html>`__
29 See the `Jupyter installation docs <http://jupyter.readthedocs.io/en/latest/install.html>`__
32 if you want to use these.
30 if you want to use these.
33
31
34 Officially, IPython requires Python version 2.7, or 3.3 and above.
35 IPython 1.x is the last IPython version to support Python 2.6 and 3.2.
36
32
37
33
38 Instant running
34
39 ===============
35 Developement and Instant runnimg
36 ================================
37
38 You can find the latest version of the development documentation on `readthedocs
39 <http://ipython.readthedocs.io/en/latest/>`_.
40
40
41 You can run IPython from this directory without even installing it system-wide
41 You can run IPython from this directory without even installing it system-wide
42 by typing at the terminal::
42 by typing at the terminal::
43
43
44 $ python -m IPython
44 $ python -m IPython
45
45
46 Documentation and installation instructions for older version of IPython can be found on the
47 `IPython website <http://ipython.org/documentation.html>`_
General Comments 0
You need to be logged in to leave comments. Login now