mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
The Python package installer
https://pip.pypa.io/
59e05b1111
For example, easy_installing TurboGears2 entails: easy_install -i http://www.turbogears.org/2.0/downloads/current/index tg.devtools yet, adding the extra index url in pip doesn't seem to work: ./pip.py bundle MyBundle.pybundle -r stable-reqs.txt --extra-index-url=http://www.turbogears.org/2.0/downloads/current/index This change appears to fix this issue, allowing the creation of pip bundles containing TurboGears2. |
||
---|---|---|
docs | ||
scripts | ||
tests | ||
.hgignore | ||
MANIFEST.in | ||
pip.py | ||
regen-docs | ||
setup.cfg | ||
setup.py |