1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
The Python package installer https://pip.pypa.io/
Find a file
Luke Macken 59e05b1111 Fix pip to work with the --extra-index-url option.
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.
2009-03-11 16:22:53 -04:00
docs fix pip zip with multiple arguments 2009-03-05 14:06:24 -06:00
scripts [svn r20975] Rename occurrance of pyinstall to pip 2008-10-15 17:24:00 -05:00
tests Removed dependency to bzrlib and added tests for Bazaar support. 2009-01-20 01:22:46 +01:00
.hgignore more things to ignore 2009-01-28 17:25:32 -06:00
MANIFEST.in build updates, set version to 0.3.1dev 2009-01-29 12:30:12 -06:00
pip.py Fix pip to work with the --extra-index-url option. 2009-03-11 16:22:53 -04:00
regen-docs build updates, set version to 0.3.1dev 2009-01-29 12:30:12 -06:00
setup.cfg build updates, set version to 0.3.1dev 2009-01-29 12:30:12 -06:00
setup.py update versions for release 2009-01-29 12:18:12 -06:00