📝 tips for installing separated adapters

This commit is contained in:
StarHeartHunt
2021-03-07 17:55:29 +08:00
parent ac613b5839
commit c3a8dc709f
4 changed files with 29 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# 安装
## NoneBot
## 安装 NoneBot
:::warning 注意
请确保你的 Python 版本 >= 3.7。
@ -67,6 +67,13 @@ poetry install --no-dev # 推荐
pip install . # 不推荐
```
## 安装适配器
适配器可以通过 `nb-cli` 在创建项目时根据你的选择自动安装,也可以自行使用 `pip` 安装
```bash
pip install nonebot-adapter-<adapter-name>
```
## 安装插件
插件可以通过 `nb-cli` 进行安装,也可以自行安装并加载插件。