From 07c5a9c7d98e5cc25b74fe232137d4091fcdf68d Mon Sep 17 00:00:00 2001 From: Rock Chin Date: Sun, 11 Dec 2022 18:13:45 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E5=AE=8C=E5=96=84=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83d1a65e..c11d060b 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ ```bash git clone https://github.com/RockChinQ/QChatGPT +cd QChatGPT ``` 2. 安装依赖 @@ -74,12 +75,11 @@ python3 main.py init_db 6. 运行主程序 -- 如提示安装`uvicorn`或`hypercorn`请*不要*安装,这两个不是必需的,目前存在未知原因bug - ```bash python3 main.py ``` +- 如提示安装`uvicorn`或`hypercorn`请*不要*安装,这两个不是必需的,目前存在未知原因bug - 如报错`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) 无报错信息即为运行成功