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 .. code-block:: bash [global] index-url=https://pkgs.dev.azure.com/altametris/DEV-IA/_packaging/altametris/pypi/simple/ 2. Install the package .. code-block:: bash pip install unet==0.2.0 Use a token ----------- 3. Use your generated token to directly install the package .. code-block:: bash pip install --index-url 'https://@pkgs.dev.azure.com/altametris/DEV-IA/_packaging/altametris/pypi/simple/'