From 9ad629841b3ae099da2612e968ed7bae67be9c8d Mon Sep 17 00:00:00 2001 From: yanyongyu Date: Fri, 16 Oct 2020 17:15:40 +0800 Subject: [PATCH] :memo: add uninstall nonebot 1.x tip --- docs/guide/installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 06a88598..4f6e68e1 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -6,7 +6,10 @@ 请确保你的 Python 版本 >= 3.7。 ::: +请在安装 nonebot2 之前卸载 nonebot 1.x + ```bash +pip uninstall nonebot pip install nonebot2 ```