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

  1. Connect to the feed

    • install Azure Artifacts keyring

    • add a pip.ini or pip.conf file that indicates the index url of the feed

[global]
index-url=https://pkgs.dev.azure.com/altametris/DEV-IA/_packaging/altametris/pypi/simple/
  1. Install the package

pip install "azure_ml_sdk"=="0.2.1"

Use a token

  1. 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/'