From eaf6d54757e810023220646786db154530f35586 Mon Sep 17 00:00:00 2001 From: HibiKier <45528451+HibiKier@users.noreply.github.com> Date: Sat, 19 Feb 2022 23:24:21 +0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7c4f04d5..bf703351 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,16 @@ __Docker 最新版本由 [Sakuracio](https://github.com/Sakuracio) 提供__ ### 2022/2/19 \[v0.1.3] (nonebot beta2!) +* 由于nonebot升级版本,提供更新建议 + * 保证services,utils,configs,plugins,basic_plugins,文件夹均为最新 + * 根目录有pyproject.toml与poetry.lock + * 执行命令: + * pip3 install poetry + * poetry install + * poetry shell + * playwright install chromium + * python3 bot.py + * 适配nonebot.beta2 * 删除图片搜索 nonebot_plugin_picsearcher * 新增图片搜索 search_image