Allow extra pip index url
Adds support for the extra-index-url
option when installing packages.
This resolves an issue when attempting to install the qblox simulator plugin package, which is to be installed from a private index. We cannot specify multiple URLs to index-url
, and hence need to fall back to extra-index-url
.