取消针对.venv的git排除

This commit is contained in:
2025-08-20 11:36:48 +08:00
parent bf0c0a505c
commit f50e27d03b
3 changed files with 7 additions and 3 deletions

View File

@@ -99,9 +99,8 @@ pip install beautifulsoup4 requests
### 运行系统
```bash
# 激活虚拟环境
source .venv/bin/activate
# 从requirements.txt中下载对应库
pip install -r requirements.txt
# 启动课程通知系统
python main.py
```