diff --git a/README.md b/README.md index fb35f01..4ea9490 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ | 资源 | 位置 | |------|------| | agentgis-cli(命令行工具) | `pip install` from [SuiteHub Packages](https://git.mercator.cn/SuiteHub/-/packages) | -| agentgis-sdk(Python SDK) | `pip install` from [SuiteHub Packages](https://git.mercator.cn/SuiteHub/-/packages) | | gis-actions(本地执行器) | `.deb` from [SuiteHub Packages](https://git.mercator.cn/SuiteHub/-/packages) | | 套件市场 | https://suites.mercator.cn | | API Key 管理 | https://auth.mercator.cn | diff --git a/docs/TOOLS.md b/docs/TOOLS.md index 4db3549..3be41ac 100644 --- a/docs/TOOLS.md +++ b/docs/TOOLS.md @@ -15,10 +15,7 @@ agc --version agc config set api-key mk_xxxxxxxxxxx ``` -### agentgis-sdk(Python 开发包) - ```bash -pip install https://git.mercator.cn/api/packages/SuiteHub/generic/agentgis-sdk/0.1.0/agentgis_sdk-0.1.0-py3-none-any.whl ``` ### agentgis-worker(本地执行器,`agc run` 必需) diff --git a/suite-developer/TOOLS.md b/suite-developer/TOOLS.md index 8427c53..fbdf019 100644 --- a/suite-developer/TOOLS.md +++ b/suite-developer/TOOLS.md @@ -15,8 +15,6 @@ agc --version agc config set api-key mk_xxxxxxxxxxx ``` -### agentgis-sdk(Python 开发包) - ```bash pip install https://git.mercator.cn/api/packages/SuiteHub/generic/agentgis-sdk/0.1.0/agentgis_sdk-0.1.0-py3-none-any.whl ``` diff --git a/suites-help/SDK参考/Python-SDK.md b/suites-help/SDK参考/Python-SDK.md index bb8f632..5ca67b0 100644 --- a/suites-help/SDK参考/Python-SDK.md +++ b/suites-help/SDK参考/Python-SDK.md @@ -3,7 +3,6 @@ ## 安装 ```bash -pip install https://git.mercator.cn/SuiteHub/agentgis-sdk/raw/branch/main/dist/agentgis_sdk-0.1.0-py3-none-any.whl ``` ## 快速开始