mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 08:41:29 +00:00
📝 Docs: pip 安装指令添加引号 (#1724)
This commit is contained in:
@ -56,9 +56,9 @@ nb-cli 的使用方法详见[使用脚手架](./nb-cli.md)
|
|||||||
如果你不想使用脚手架,可以直接安装 NoneBot2,并自行完成开发配置。
|
如果你不想使用脚手架,可以直接安装 NoneBot2,并自行完成开发配置。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install nonebot2[fastapi]
|
pip install 'nonebot2[fastapi]'
|
||||||
# 也可以通过 Poetry 安装
|
# 也可以通过 Poetry 安装
|
||||||
poetry add nonebot2[fastapi]
|
poetry add 'nonebot2[fastapi]'
|
||||||
```
|
```
|
||||||
|
|
||||||
## 从 GitHub 安装
|
## 从 GitHub 安装
|
||||||
|
Reference in New Issue
Block a user