Installation¶
The package exists as an artifact in the altametris feed.
You need to authenticate to Azure to install it which can be done by 2 methods:
Authenticate to Azure¶
Connect to the feed
install Azure Artifacts keyring
add a
pip.iniorpip.conffile that indicates the index url of the feed
[global]
index-url=https://pkgs.dev.azure.com/altametris/DEV-IA/_packaging/altametris/pypi/simple/
Install the package
pip install "azure_ml_sdk"=="0.2.1"
Use a token¶
Use your generated token to directly install the package
pip install mypackage --index-url 'https://<token>@pkgs.dev.azure.com/altametris/DEV-IA/_packaging/altametris/pypi/simple/'