From 16956042262b4552fb779187ce01101df24a0fd3 Mon Sep 17 00:00:00 2001 From: Rock Chin Date: Sat, 10 Dec 2022 17:54:35 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E6=B7=BB=E5=8A=A0=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4a6971c..7451c22c 100644 --- a/README.md +++ b/README.md @@ -78,12 +78,14 @@ python3 main.py init_db 6. 运行主程序 -- 如提示安装`uvicorn`或`hypercorn`请不要安装,这两个不是必需的,目前存在未知原因bug +- 如提示安装`uvicorn`或`hypercorn`请*不要*安装,这两个不是必需的,目前存在未知原因bug ```bash python3 main.py ``` +- 如报错`TypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary`, 请参考 [此处](https://github.com/RockChinQ/QChatGPT/issues/5) + 无报错信息即为运行成功 ## 使用