From 32d01867d8a37f3fafbec7da6c239b48e062442d Mon Sep 17 00:00:00 2001 From: yshtcn Date: Sun, 23 Jul 2023 13:22:29 +0800 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加socks5支持库的安装说明 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 261efd3..022a876 100644 --- a/README.md +++ b/README.md @@ -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 ```