Update README.md

增加socks5支持库的安装说明
This commit is contained in:
yshtcn 2023-07-23 13:22:29 +08:00 committed by GitHub
parent 4af0833cc4
commit 32d01867d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ py heartbeat.py
### 安装所有涉及到的库:
这里使用了清华大学的源进行安装。
```
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pystray pillow requests configparser
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pystray pillow requests configparser PySocks
```