日常更新

This commit is contained in:
da_nuo 2025-05-17 21:24:13 +08:00
parent 8baf322af0
commit 9ea12b1a84
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
* 你还需要安装一些python模块你可以用下面的命令来完成 * 你还需要安装一些python模块你可以用下面的命令来完成
``` ```
PIP install -r requirements.txt python -m pip install -r requirements.txt
``` ```
* 然后运行main.py一般情况下程序应该开始正常运行 * 然后运行main.py一般情况下程序应该开始正常运行

View File

@ -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