From 78f87ba8a30a15fb6efb4b432fb0bd63de4ed733 Mon Sep 17 00:00:00 2001 From: yshtcn Date: Sun, 23 Jul 2023 13:25:02 +0800 Subject: [PATCH] Create Auto-installer-package.bat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 快速安装批处理 --- Auto-installer-package.bat | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Auto-installer-package.bat diff --git a/Auto-installer-package.bat b/Auto-installer-package.bat new file mode 100644 index 0000000..7536afc --- /dev/null +++ b/Auto-installer-package.bat @@ -0,0 +1,4 @@ +@echo off +pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pystray pillow requests configparser PySocks +@echo 安装完成 +pause