##// END OF EJS Templates
Minor doc fixes for the 0.9 release....
Minor doc fixes for the 0.9 release. IPython is called "ipython" on PyPI, not "IPython". I have fixes the easy_install directions and added a new quickstart section to the install docs.

File last commit:

r0:6f629fcc
r1729:9b164c75
Show More
pycolor
6 lines | 171 B | text/plain | TextLexer
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Simple wrapper around PyColorize, which colorizes python sources."""
import IPython.PyColorize
IPython.PyColorize.main()