ipython / ipython
- Source
- Commits
- Network (12)
- Issues (120)
- Downloads (0)
- Graphs
-
Branch:
master
ipython /
| name | age | message | |
|---|---|---|---|
| |
.bzrignore | Tue Mar 17 13:07:01 -0700 2009 | |
| |
.checkeol | Fri Mar 28 18:25:52 -0700 2008 | |
| |
.gitignore | Thu May 13 15:34:15 -0700 2010 | |
| |
COPYING.txt | Mon Jun 09 15:47:41 -0700 2008 | |
| |
IPython/ | ||
| |
MANIFEST.in | Sun Jan 31 15:27:19 -0800 2010 | |
| |
README.txt | Sat Apr 24 22:47:16 -0700 2010 | |
| |
docs/ | Sun May 09 20:37:26 -0700 2010 | |
| |
ipython.py | Fri Jan 15 02:00:11 -0800 2010 | |
| |
scripts/ | Tue Aug 04 11:19:33 -0700 2009 | |
| |
setup.py | Fri Jan 29 16:24:13 -0800 2010 | |
| |
setupbase.py | Sun Nov 08 12:09:07 -0800 2009 | |
| |
setupegg.py | Tue Jan 12 21:03:16 -0800 2010 | |
| |
setupext/ | Fri Jun 06 15:59:25 -0700 2008 | |
| |
test/ | Tue Jul 21 13:48:02 -0700 2009 | |
| |
tools/ | Sat Apr 24 21:26:13 -0700 2010 |
README.txt
============== IPython README ============== Overview ======== Welcome to IPython. Our full documentation can be found in the ``docs/dist`` subdirectory in ``.html`` and ``.pdf`` formats, also available online at our `website <http://ipython.scipy.org>`_. The ``docs/source`` directory contains the plaintext version of these manuals. 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. Officially, IPython requires Python version 2.5 or 2.6. We have *not* yet started to port IPython to Python 3.0. .. warning:: IPython 0.10 has only been well tested with Python 2.5 and 2.6. Parts of it may work with Python 2.4, but we do not officially support Python 2.4 anymore. If you need to use 2.4, you can still run IPython 0.9. Instant running =============== You can run IPython from this directory without even installing it system-wide by typing at the terminal: .. code-block:: bash python ipython.py

