From 93976a41626780069b91d8787676c3e2355bf979 Mon Sep 17 00:00:00 2001 From: _3yude <55609004+3yude@users.noreply.github.com> Date: Tue, 21 Feb 2023 23:25:43 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20Docs:=20pip=20=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E6=8C=87=E4=BB=A4=E6=B7=BB=E5=8A=A0=E5=BC=95=E5=8F=B7=20(#1724?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../versioned_docs/version-2.0.0rc3/start/installation.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/versioned_docs/version-2.0.0rc3/start/installation.mdx b/website/versioned_docs/version-2.0.0rc3/start/installation.mdx index c2a84919..4f80e869 100644 --- a/website/versioned_docs/version-2.0.0rc3/start/installation.mdx +++ b/website/versioned_docs/version-2.0.0rc3/start/installation.mdx @@ -56,9 +56,9 @@ nb-cli 的使用方法详见[使用脚手架](./nb-cli.md) 如果你不想使用脚手架,可以直接安装 NoneBot2,并自行完成开发配置。 ```bash -pip install nonebot2[fastapi] +pip install 'nonebot2[fastapi]' # 也可以通过 Poetry 安装 -poetry add nonebot2[fastapi] +poetry add 'nonebot2[fastapi]' ``` ## 从 GitHub 安装