Skip to content

Commit

Permalink
[Docs] Better instruction for melobot pip installation
Browse files Browse the repository at this point in the history
  • Loading branch information
aicorein committed Oct 22, 2024
1 parent 82b398a commit eb9ec4b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,17 @@ melobot v3 是跨平台、跨协议、支持多路 IO 及其他高级特性的 b

> Python 版本需求:>= 3.10
通过 `pip` 安装
如果您对 melobot 完全不熟悉,建议配合文档开始学习。文档以 OneBot v11 协议为例,通过以下命令安装所有必要的组件

```shell
pip install 'melobot[onebot]==3.0.0rc9'
```

通过源码构建:(对于普通用户不推荐)
如果您对 melobot 已经十分了解,请自由地安装核心+任何可选依赖。

> 本项目使用 pdm 管理,你首先需要安装 [pdm](https://pdm-project.org/latest/#installation)。首次运行 pdm 需要初始化虚拟环境,请参照 pdm 文档操作。
也可以通过源码构建:(对于普通用户不推荐)

> 本项目使用 pdm 管理,你首先需要安装 [pdm](https://pdm-project.org/latest/#installation)
```shell
pdm install
Expand Down

0 comments on commit eb9ec4b

Please sign in to comment.