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/_packaging/altametris-sdk%40Local/pypi/simple/ 2. Install the package .. code-block:: bash pip install "geo3d"=="0.1.0" Use a token ----------- 3. Use your generated token to directly install the package .. code-block:: bash pip install geo3d --index-url 'https://@pkgs.dev.azure.com/altametris/_packaging/altametris-sdk%40Local/pypi/simple/'