mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-02-17 16:20:05 +08:00
📝 add poetry install
This commit is contained in:
parent
b3f7aaa580
commit
09a511acf8
@ -13,7 +13,16 @@ pip uninstall nonebot
|
||||
pip install nonebot2
|
||||
```
|
||||
|
||||
如果你需要使用最新的(可能尚未发布的)特性,可以克隆 Git 仓库后手动安装:
|
||||
如果你需要使用最新的(可能尚未发布的)特性,可以直接从GitHub仓库安装:
|
||||
|
||||
```bash
|
||||
# master
|
||||
poetry add git+https://github.com/nonebot/nonebot2.git#master
|
||||
# dev
|
||||
poetry add git+https://github.com/nonebot/nonebot2.git#dev
|
||||
```
|
||||
|
||||
或者克隆 Git 仓库后手动安装:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/nonebot/nonebot2.git
|
||||
|
Loading…
x
Reference in New Issue
Block a user