fix: pip install 改为 wheel URL

This commit is contained in:
2026-07-09 19:05:02 +00:00
parent 9825bd25f8
commit cf806d4a56
+1 -1
View File
@@ -10,7 +10,7 @@ https://suites.mercator.cn
```bash ```bash
# 安装 # 安装
pip install agentgis-cli pip install https://git.mercator.cn/SuiteHub/agentgis-cli/raw/branch/main/dist/agentgis_cli-0.1.0-py3-none-any.whl
# 配置 API Key # 配置 API Key
agc config set api-key mk_xxxxxxxxx agc config set api-key mk_xxxxxxxxx