📝 Docs: 修正交互模式命令 (#1719)

Co-authored-by: Ju4tCode <42488585+yanyongyu@users.noreply.github.com>
This commit is contained in:
_3yude 2023-02-21 00:43:54 +08:00 committed by GitHub
parent 17fb3f92eb
commit 5747397790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ nb adapter install <adapter-package>
或者使用交互模式安装: 或者使用交互模式安装:
```bash ```bash
nb adapter install nb adapter
``` ```
也可以使用 pip 安装 也可以使用 pip 安装

View File

@ -32,7 +32,7 @@ nb driver install <driver-name>
或者使用交互模式安装: 或者使用交互模式安装:
```bash ```bash
nb driver install nb driver
``` ```
也可以使用 pip 安装 也可以使用 pip 安装

View File

@ -30,7 +30,7 @@ nb plugin install <plugin-package>
或者使用交互模式安装: 或者使用交互模式安装:
```bash ```bash
nb plugin install nb plugin
``` ```
也可以使用 pip 安装 也可以使用 pip 安装