Specify Python Registry

Mar 31, 2020 min read

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

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

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