mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-02-17 16:20:05 +08:00
📝 Docs: pip 安装指令添加引号 (#1724)
This commit is contained in:
parent
4dc92ffc0b
commit
93976a4162
@ -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 安装
|
||||
|
Loading…
x
Reference in New Issue
Block a user