-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Sridhar Ratnakumar wrote:
You can pass multiple `-i' arguments to pip.
$ pip -i http://internal/packages/ -i http://pypi.python.org/simple install internalpackage
Not sure what the `--extra-index-url' is for, then.
So you don't have to manually specify the PyPI index URL if you want to add to it instead of replacing it.
Carl