docs: 随 monorepo 安装 mytoolkit 用 make install-py(原 make update 已改名)

This commit is contained in:
Zhengshou Lai
2026-08-16 20:35:38 +08:00
parent 225e6eb4b8
commit 9dddb8e0c3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ mytoolkit init journal springer mydir
```bash
cd <xiaohe-agent>/packages/mytoolkit && make install
# 或随 monorepocd <xiaohe-agent> && make update / ./setup.sh
# 或随 monorepocd <xiaohe-agent> && make install-py / ./setup.sh
python3 -m pip show mytoolkit | grep Editable
# 必须是 .../xiaohe-agent/packages/mytoolkit
```