chore: 添加 .venv/ 到 gitignore,更新 README 加入 venv 步骤

This commit is contained in:
wangfq
2026-05-27 11:21:43 +08:00
parent b1cea017ab
commit 35a2cc7d20
2 changed files with 8 additions and 0 deletions

View File

@@ -19,6 +19,9 @@
## 快速开始
```bash
# 创建虚拟环境
python3 -m venv .venv && source .venv/bin/activate
# 安装依赖
pip install -r requirements.txt