From 056f23c6cb5348551fc4e316c7c743f68315edef Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Wed, 9 Jul 2025 20:14:58 -0700 Subject: [PATCH] Update Install-GAM-as-Python-Library.md --- wiki/Install-GAM-as-Python-Library.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wiki/Install-GAM-as-Python-Library.md b/wiki/Install-GAM-as-Python-Library.md index 0d3f0f7d..3ea221bd 100644 --- a/wiki/Install-GAM-as-Python-Library.md +++ b/wiki/Install-GAM-as-Python-Library.md @@ -14,7 +14,7 @@ pip install git+https://github.com/GAM-team/GAM.git#subdirectory=src Or as a PEP 508 Requirement Specifier, e.g. in requirements.txt file: ``` -advanced-gam-for-google-workspace @ git+https://github.com/GAM-team/GAM.git#subdirectory=src +gam-for-google-workspace @ git+https://github.com/GAM-team/GAM.git#subdirectory=src ``` Or a pyproject.toml file: @@ -23,13 +23,13 @@ Or a pyproject.toml file: name = "your-project" # ... dependencies = [ - "advanced-gam-for-google-workspace @ git+https://github.com/GAM-team/GAM.git#subdirectory=src" + "gam-for-google-workspace @ git+https://github.com/GAM-team/GAM.git#subdirectory=src" ] ``` Target a specific revision or tag: ``` -advanced-gam-for-google-workspace @ git+https://github.com/GAM-team/GAM.git@v6.76.01#subdirectory=src +gam-for-google-workspace @ git+https://github.com/GAM-team/GAM.git@v7.12.01#subdirectory=src ``` ## Using the library