You can use with repository temporarily on pass PIP command argument
pip install-i {{ simpleUrl }}
If you want using this repository for only one specific project, you can add this line into the requirements.txt file:
-i {{ simpleUrl }}
.
Edit the ~/.pip/pip.conf file like:
[install]
index-url = {{ simpleUrl }}
[search]
index = {{ simpleUrl }}
Edit your ~/.pypirc file like:
[distutils]
index-servers =
papaye
[papaye]
username:
password:
repository: {{ simpleUrl }}