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