Skip to content

Commit

Permalink
docs: 修改安装命令
Browse files Browse the repository at this point in the history
  • Loading branch information
Ljzd-PRO authored Jul 15, 2024
1 parent 41aab8c commit 4bafe86
Showing 1 changed file with 8 additions and 30 deletions.
38 changes: 8 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,40 +60,18 @@

> 关于 nonebot 的安装和使用:[快速上手](https://nonebot.dev/docs/2.3.0/quick-start)
> [!Note]
> 由于插件是近期发布的,因此要等 nonebot 发布 v2.3.1 之后的新版本才能用 nb-cli 安装,
> 在此之前需要手动进入机器人项目虚拟环境并用 pip 安装
1. 在机器人项目目录下运行(如果创建项目时没有选择创建虚拟环境则可以跳过)
- Windows
```powershell
.\.venv\Scripts\activate
```
- Linux / macOS / ...(Unix)
```bash
source activate .venv/bin/activate
```
2. 运行安装命令
```bash
pip install nonebot-plugin-dg-lab-play
```
3. 使用命令退出虚拟环境
在您已经完成 nonebot 项目的创建和 nb-cli 脚手架的安装的前提下,\
在机器人项目下执行:

```bash
deactivate
nb plugin install nonebot-plugin-dg-lab-play
```

[//]: # (在您已经完成 nonebot 项目的创建和 nb-cli 脚手架的安装的前提下,\ )
[//]: # (在机器人项目下执行:)
### ⬆️ 更新

[//]: # (```bash)
[//]: # (nb plugin install nonebot-plugin-dg-lab-play)
[//]: # (```)

[//]: # (### ⬆️ 更新)

[//]: # (```bash)
[//]: # (nb plugin update nonebot-plugin-dg-lab-play)
[//]: # (```)
```bash
nb plugin update nonebot-plugin-dg-lab-play
```

## ⚙️ 配置

Expand Down

0 comments on commit 4bafe86

Please sign in to comment.