From a0300a24747acb8811bf638a2e23d19a4cdbea7f Mon Sep 17 00:00:00 2001 From: Huawei Date: Thu, 9 Jul 2026 15:14:30 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20gis-actions=20=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=EF=BC=88=E6=97=A0=20pip=20=E5=8C=85=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- suites-help/系统使用手册/GIS-Actions-本地部署.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/suites-help/系统使用手册/GIS-Actions-本地部署.md b/suites-help/系统使用手册/GIS-Actions-本地部署.md index 22ba361..0350903 100644 --- a/suites-help/系统使用手册/GIS-Actions-本地部署.md +++ b/suites-help/系统使用手册/GIS-Actions-本地部署.md @@ -12,11 +12,14 @@ GIS Actions 是套件的本地执行引擎,跑在你的机器上。 ## 安装 +目前 gis-actions 以源码形式提供,从 git 仓库获取: + ```bash -pip install gis-actions +git clone https://git.mercator.cn/AgentGIS/gis-actions.git +cd gis-actions ``` -(也可从源码安装:`git clone https://git.mercator.cn/AgentGIS/gis-actions.git`) +Linux 用户也可使用 .deb 包(见 `packaging/deb/` 目录)。 ## 配置