Specify Python Registry

03-31-2020

If you need to use a specific registry when installing Python dependencies these commands could help.

1
pip install < package(s) to install > -i/--index < registry url >

The _-i_ or –index flag is used to indicate the registry to be used.