Specify Python Registry

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

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.