From a7b0f7da6816817d75772efbdff8d6314923d991 Mon Sep 17 00:00:00 2001 From: HibiKier <45528451+HibiKier@users.noreply.github.com> Date: Sat, 19 Feb 2022 18:29:40 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f09a15e9..bc07d6bc 100644 --- a/README.md +++ b/README.md @@ -196,12 +196,14 @@ git clone https://github.com/HibiKier/zhenxun_bot.git cd zhenxun_bot # 安装依赖 -pip install -r requirements.txt +pip install poetry # 安装 poetry +poetry install # 安装依赖 # 进行基础配置 ####请查看 配置 部分#### # 开始运行 +poetry shell # 进入虚拟环境 python bot.py ```