From 6f460a90e1fc6ace29f6133b73a4488dee91748e Mon Sep 17 00:00:00 2001 From: Viceeee <39977642+Viceeee@users.noreply.github.com> Date: Wed, 19 Feb 2025 18:39:28 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E5=BC=80=E5=8F=91=E8=80=85=E6=89=8B?= =?UTF-8?q?=E5=86=8C.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 一点小提示 --- doc/开发者手册.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +```