mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
Update README.md
This commit is contained in:
parent
7dd68cf1ef
commit
a7b0f7da68
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user