##// END OF EJS Templates
Opening 0.12 for development.
Opening 0.12 for development.

File last commit:

r3482:c671137e
r4458:a76c44eb
Show More
README.rst
33 lines | 981 B | text/x-rst | RstLexer
Brian Granger
Updated the main README.txt file to refect the 0.9 release.
r1719 ==============
IPython README
==============
fperez
Reorganized the directory for ipython/ to have its own dir, which is a bit...
r0
Brian E Granger
Cleaning up the IPython docs. I have removed old README files that were outdated and being maintained...
r1250 Overview
========
darren.dale
More testing Darren Dale user, test done still by fperez. Whitespace-only change.
r864
Fernando Perez
Make it possible to run the tests from the source dir without installation....
r2481 Welcome to IPython. Our full documentation can be found in the ``docs/dist``
subdirectory in ``.html`` and ``.pdf`` formats, also available online at our
MinRK
README.txt -> README.rst
r3345 `docs repo <http://ipython.github.com/ipython-doc>`_. The ``docs/source`` directory
contains the plaintext version of these manuals.
Brian Granger
Updated the main README.txt file to refect the 0.9 release.
r1719
Fernando Perez
Make it possible to run the tests from the source dir without installation....
r2481
Fernando Perez
Add a note about supported python versions to docs (and website)...
r2573 Dependencies and supported Python versions
==========================================
For full details, see the installation section of the manual. The basic parts
of IPython only need the Python standard library, but much of its more advanced
functionality requires extra packages.
Fernando Perez
Update version info to 2.6 and mention experimental 3.x branch.x
r3202 Officially, IPython requires Python version 2.6 or 2.7. An experimental port
Thomas Kluyver
Update link to Python 3 port.
r3482 of IPython to Python 3.x is being developed at
http://github.com/ipython/ipython-py3k.
Fernando Perez
Add a note about supported python versions to docs (and website)...
r2573
Fernando Perez
Remove stale reference to iptest.py top-level script.
r2536 Instant running
===============
Fernando Perez
Make it possible to run the tests from the source dir without installation....
r2481
You can run IPython from this directory without even installing it system-wide
MinRK
README.txt -> README.rst
r3345 by typing at the terminal::
Fernando Perez
Make it possible to run the tests from the source dir without installation....
r2481
MinRK
README.txt -> README.rst
r3345 $ python ipython.py
Fernando Perez
Make it possible to run the tests from the source dir without installation....
r2481