Skip to content

Commit

Permalink
📝 修改文档 ( #10 )
Browse files Browse the repository at this point in the history
📝 修改文档 ( #10 )
  • Loading branch information
KomoriDev authored Jul 28, 2023
2 parents 2f4caa2 + 0d7b9db commit 25fcb32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/develop/forward/prepare.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ Bot管理员是最高权限, 拥有 Bot协助者 的权限,所以我们便
:::
为了让 Sora 稳定运行,我们使用了虚拟环境([Poetry](https://python-poetry.org/)
```bash
# 安装 poetry 虚拟环境
pipx install poetry
# 进入虚拟环境
poetry shell
# 安装 python 依赖
poetry install
# 安装 pre-commit git hook
Expand Down

0 comments on commit 25fcb32

Please sign in to comment.