update readme

This commit is contained in:
azhengzz 2021-02-05 09:18:01 +08:00
parent 8248cd44e6
commit 90490198b6
1 changed files with 2 additions and 2 deletions

View File

@ -60,13 +60,13 @@
pip install -r requirements.txt -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
```
- 第二步: 初始化数据库
- 第二步: 初始化数据库
执行命令
```
flask init
```
- 第三步: 启动服务
- 第三步: 启动服务
执行命令
```
python webserver.py