日常更新
This commit is contained in:
parent
8baf322af0
commit
9ea12b1a84
@ -11,7 +11,7 @@
|
|||||||
* 你还需要安装一些python模块,你可以用下面的命令来完成
|
* 你还需要安装一些python模块,你可以用下面的命令来完成
|
||||||
|
|
||||||
```
|
```
|
||||||
PIP install -r requirements.txt
|
python -m pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
* 然后运行main.py,一般情况下,程序应该开始正常运行
|
* 然后运行main.py,一般情况下,程序应该开始正常运行
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
* You'll also need to install some python modules, which you can do with the following command
|
* You'll also need to install some python modules, which you can do with the following command
|
||||||
|
|
||||||
```
|
```
|
||||||
pip install -r requirements.txt
|
python -m pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
* Then run main.py , Under normal circumstances, the project should start successfully
|
* Then run main.py , Under normal circumstances, the project should start successfully
|
||||||
|
Loading…
x
Reference in New Issue
Block a user