Update 开发者手册.md

一点小提示
This commit is contained in:
Viceeee 2025-02-19 18:39:28 +08:00 committed by GitHub
parent fc1e2fa7a5
commit 6f460a90e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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资源文件供打包使用
```
```