docs: 更新 README
This commit is contained in:
parent
26933bade5
commit
45f359ecd3
1 changed files with 5 additions and 1 deletions
|
@ -10,14 +10,18 @@
|
|||
|
||||
### 部署方法
|
||||
|
||||
保证电脑上有 Python,进入到 `src` 目录,然后运行
|
||||
|
||||
```
|
||||
pip install -r requirements.text
|
||||
```
|
||||
|
||||
### 启动方法
|
||||
|
||||
保证电脑上有 Python,进入到 `src` 目录,然后运行
|
||||
|
||||
```
|
||||
python src/main.py
|
||||
python main.py
|
||||
```
|
||||
|
||||
### 开发方法
|
||||
|
|
Loading…
Reference in a new issue