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