##// END OF EJS Templates
Merge of the ipython-ipython1a branch into the ipython trunk. This merge represents the first...
Merge of the ipython-ipython1a branch into the ipython trunk. This merge represents the first merging of the things in ipython1-dev into ipython. More specifically, this merge includes the basic ipython1 kernel and a few related subpackages. Most importantly, the setup.py script and friends have been refactored.

File last commit:

r864:04badc3e
r1247:48fb9d90 merge
Show More
README
11 lines | 483 B | text/plain | TextLexer
Please see the doc/ directory for full manuals and other documents. The manual is
prepared using the LyX system (www.lyx.org), but in the doc/manual directory
you'll find HTML and PDF versions.
These manuals normally get installed to $PREFIX/share/doc/ipython-VERSION, unless you
redirect the installer via a --prefix/--home option. Normally, $PREFIX is
/usr, but your Python may be installed elsewhere. You can see its value by
running:
python -c "import sys;print sys.prefix"