PyPI setup
This section describes how to setup the PyPI protocol for Helix Artifacts.
Setup the PyPI protocol for Helix Artifacts.
Tip
To find the information you need to populate the .pypirc or pip.conf file, Browse to the repository you want to setup and select the Information button in the top right of the repository tile to view the repository details.
Example using a .pypirc file:
For example, enter the following in your .pypirc file:
> sudo vi ~/.pypirc [distutils] index-servers = private-repository [private-repository] repository = http://localhost:1606/repo/samplePyPI username = <username> password = <ticket>