更新 README

更新依赖
This commit is contained in:
shikong-sk 2025-03-22 09:34:59 +08:00
parent c59e3053c4
commit ef9fecedf3
Signed by: Shikong
GPG Key ID: BD85FF18B373C341
2 changed files with 16 additions and 0 deletions

View File

@ -1,4 +1,19 @@
### 项目依赖安装
#### 虚拟环境
```shell
python -m venv venv
```
切换虚拟环境
```shell
./venv/bin/activate
```
切换镜像源
```shell
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
```
```shell
pip install -r requirements.txt
```

View File

@ -1 +1,2 @@
DrissionPage==4.1.0.17
loguru==0.7.3