Setup
Get up and running in three commands. This is the minimum configuration needed to install packages from your assigned Eigenoid registry. For persistent configuration and advanced setups, see Configuration.
Quick Setup
# 1. Point to your service account key
export GOOGLE_APPLICATION_CREDENTIALS="/path/to/your-key.json"
# 2. Install the authentication helper
pip install keyrings.google-artifactregistry-auth
# 3. Install a package from Artifact Registry
pip install --index-url https://<REGION>-python.pkg.dev/<PROJECT>/<REPOSITORY>/simple/ <PACKAGE_NAME>
info
Replace <REGION>, <PROJECT>, <REPOSITORY>, and <PACKAGE_NAME> with the values provided in your product assignment in the Eigenoid portal.