Create Auto-installer-package.bat

快速安装批处理
This commit is contained in:
yshtcn
2023-07-23 13:25:02 +08:00
committed by GitHub
parent 32d01867d8
commit 78f87ba8a3

View File

@@ -0,0 +1,4 @@
@echo off
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pystray pillow requests configparser PySocks
@echo 安装完成
pause