diff --git a/doc/开发者手册.md b/doc/开发者手册.md index aa21e0f..eb307e8 100644 --- a/doc/开发者手册.md +++ b/doc/开发者手册.md @@ -12,6 +12,7 @@ git clone https://github.com/LC044/WeChatMsg # git clone https://gitee.com/lc044/WeChatMsg.git cd WeChatMsg pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple +# 如果下载不成功,可以替换为https://pypi.org/simple ``` ### 2. 使用 @@ -81,4 +82,4 @@ python main.py │ └─templates # HTML模板 ├─doc # 文档 └─resource # pyecharts资源文件,供打包使用 -``` \ No newline at end of file +```