Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修改文档 #10

Merged
merged 4 commits into from
Jul 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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