remove default fastapi installation (#1557)

This commit is contained in:
Ju4tCode
2023-01-06 20:07:28 +08:00
committed by GitHub
parent c38437a22f
commit 87e767fa25
9 changed files with 270 additions and 256 deletions

View File

@ -48,9 +48,9 @@ nb-cli 的使用方法详见[使用脚手架](./nb-cli.md)
如果你不想使用脚手架,可以直接安装 NoneBot2并自行完成开发配置。
```bash
pip install nonebot2
pip install nonebot2[fastapi]
# 也可以通过 Poetry 安装
poetry add nonebot2
poetry add nonebot2[fastapi]
```
## 从 GitHub 安装