From 14e4da3f5012a220c84fc0359ee7874f30827f6b Mon Sep 17 00:00:00 2001 From: Huawei Date: Mon, 13 Jul 2026 16:36:25 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=89=88=E6=9C=AC=E5=8F=B7=203.0.4=20?= =?UTF-8?q?=E2=86=92=203.0.5=EF=BC=8C=E5=88=A0=E9=99=A4=E5=B7=B2=E5=BA=9F?= =?UTF-8?q?=E5=BC=83=E7=9A=84=20agentgis-sdk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- suite-developer/TOOLS.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/suite-developer/TOOLS.md b/suite-developer/TOOLS.md index 7284534..6a7a4c4 100644 --- a/suite-developer/TOOLS.md +++ b/suite-developer/TOOLS.md @@ -5,14 +5,8 @@ ### gis-actions(CLI + 执行引擎) ```bash -curl -sLO https://git.mercator.cn/api/packages/AgentGIS/generic/gis-actions/3.0.4/gis-actions_3.0.4_all.deb -sudo dpkg -i gis-actions_3.0.4_all.deb -``` - -### agentgis-sdk(Python 开发包) - -```bash -pip install https://git.mercator.cn/api/packages/AgentGIS/generic/agentgis-sdk/0.1.0/agentgis_sdk-0.1.0-py3-none-any.whl +curl -sLO https://git.mercator.cn/api/packages/AgentGIS/generic/gis-actions/3.0.5/gis-actions_3.0.5_all.deb +sudo dpkg -i gis-actions_3.0.5_all.deb ``` ---