1

I have created an own pypi server ClueReleaseManager to 'mimic' the pypi server, followed the instructions and successfully uploaded a package to my own package server.

But how can I download and install the package from my server using pip install? I have configured the file .pypirc correctly, at least for the upload, and tried the following:

pip install MyPackage --no-index --find-links http://localhost:8081
pip install MyPackage --no-index --index-url http://localhost:8081

but in any case the package is not found. How can I do this, ideally with the name of the index-server already specified in .pypirc?

Alex
  • 41,580
  • 88
  • 260
  • 469
  • Adding `/simple` to any of the above examples does not solve the problem. The package cannot be found. – Alex Jun 17 '13 at 11:53
  • it should work e.g., see [pip requirements.txt with alternative index](http://stackoverflow.com/q/2477117/4279) – jfs Jun 19 '13 at 05:09

0 Answers0