Update README.md

This commit is contained in:
HibiKier 2022-02-19 18:29:40 +08:00 committed by GitHub
parent 7dd68cf1ef
commit a7b0f7da68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,12 +196,14 @@ git clone https://github.com/HibiKier/zhenxun_bot.git
cd zhenxun_bot cd zhenxun_bot
# 安装依赖 # 安装依赖
pip install -r requirements.txt pip install poetry # 安装 poetry
poetry install # 安装依赖
# 进行基础配置 # 进行基础配置
####请查看 配置 部分#### ####请查看 配置 部分####
# 开始运行 # 开始运行
poetry shell # 进入虚拟环境
python bot.py python bot.py
``` ```