更新 README
更新依赖
This commit is contained in:
parent
c59e3053c4
commit
ef9fecedf3
15
README.MD
15
README.MD
@ -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
|
```shell
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
@ -1 +1,2 @@
|
|||||||
DrissionPage==4.1.0.17
|
DrissionPage==4.1.0.17
|
||||||
|
loguru==0.7.3
|
||||||
|
Loading…
Reference in New Issue
Block a user