@@ -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 运行脚本(示例)