Papaye index repository

How to use this repository

In one command line

You can use with repository temporarily on pass PIP command argument

pip install  -i {{ simpleUrl }}

Per project configuration

If you want using this repository for only one specific project, you can add this line into the requirements.txt file:

-i {{ simpleUrl }}
.

Permanent configuration

Edit the ~/.pip/pip.conf file like:

[install]
index-url = {{ simpleUrl }}

[search]
index = {{ simpleUrl }}

Uploading files

Edit your ~/.pypirc file like:

[distutils]
index-servers =
    papaye

[papaye]
username: 
password: 
repository: {{ simpleUrl }}