📝 add creating project

This commit is contained in:
yanyongyu
2020-09-17 13:12:48 +08:00
parent 44722a11d3
commit e124b08e49
8 changed files with 826 additions and 226 deletions

View File

@ -15,7 +15,8 @@ pip install nonebot2
```bash
git clone https://github.com/nonebot/nonebot2.git
cd nonebot2
pip install .
poetry install --no-dev # 推荐
pip install . # 不推荐
```
## 额外依赖