Skip to content

Commit 7b055e9

Browse files
authored
Merge pull request #14 from helix-song/patch-1
更新开发环境文档,增加配置 poetry 源描述
2 parents 4cc513a + 58c3f46 commit 7b055e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/dev_manual/dev_environment.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116

117117
# 安装后端需要的依赖
118118
poetry install
119+
* 注意:如果在国内安装,需要配置 poetry 的源,否则下载非常慢,经常无法正常安装,配置命令为:`poetry source add --priority=primary mirrors http://mirrors.aliyun.com/pypi/simple`
119120

120121
# 启动项目
121122
python main.py start

0 commit comments

Comments
 (0)