From 3c8805237d4703596a60a0bb291d25cdcb6c1574 Mon Sep 17 00:00:00 2001 From: Rock Chin Date: Sat, 10 Dec 2022 01:07:41 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E6=B7=BB=E5=8A=A0uvicorn=E5=92=8Chyperc?= =?UTF-8?q?orn=E7=9A=84=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 637a349..906a746 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,8 @@ python3 main.py 5. 运行主程序 +- 如提示安装`uvicorn`或`hypercorn`请不要安装,这两个不是必需的,目前存在未知原因bug + ```bash python3 main.py ```