From 390d8811d9a2116629c671421e5d0580a81241cb Mon Sep 17 00:00:00 2001 From: CMHopeSunshine <277073121@qq.com> Date: Mon, 4 Jul 2022 00:41:46 +0800 Subject: [PATCH] =?UTF-8?q?:boom:=20=E6=9B=B4=E6=94=B9=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E6=96=B9=E5=BC=8F=EF=BC=8C=E4=B8=80=E5=AE=9A?= =?UTF-8?q?=E8=A6=81=E7=9C=8B`README`!!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e11dbab..90f9095 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,13 @@ # 1、克隆派蒙源码 git clone https://github.com/CMHopeSunshine/LittlePaimon + # 2、编辑bot.py,在load_from_toml下方添加一句 nonebot.load_plugin("LittlePaimon") + + # 3、进入LittlePaimon目录,安装依赖 + cd LittlePaimon + pip install -r requirements.txt ``` - pip方式