Ver Fonte

dev:修改手册

ZengChao há 1 mês atrás
pai
commit
249e27c2e8
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -16,7 +16,8 @@ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | ie
 使用 `uv`:
 
 ```bash
-uv sync
+uv venv 
+uv sync --index-url https://pypi.tuna.tsinghua.edu.cn/simple
 ```
 
 ### 1.4 运行脚本(示例)