📝 Docs: pip 安装指令添加引号 (#1724)

This commit is contained in:
_3yude 2023-02-21 23:25:43 +08:00 committed by GitHub
parent 4dc92ffc0b
commit 93976a4162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 安装