jparyani / ipython

Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
http://ipython.org
6 stars 6 forks source link

Please document how to install pip packages #8

Open icarito opened 8 years ago

scraperdragon commented 8 years ago

Hoped that

import pip

def install(package):
    pip.main(['install', package])

would work, but that just raises ImportError: No module named optparse.