doc: 添加uvicorn和hypercorn的提示

This commit is contained in:
Rock Chin 2022-12-10 01:07:41 +08:00
parent 668d0bfcc6
commit 3c8805237d

View File

@ -72,6 +72,8 @@ python3 main.py
5. 运行主程序 5. 运行主程序
- 如提示安装`uvicorn`或`hypercorn`请不要安装这两个不是必需的目前存在未知原因bug
```bash ```bash
python3 main.py python3 main.py
``` ```