增加第三方库列表,并在打包前自动安装

This commit is contained in:
yshtcn 2023-09-07 19:51:49 +08:00
parent f6ce8b28bc
commit 17e23ef208
2 changed files with 9 additions and 1 deletions

View File

@ -1,9 +1,13 @@
@echo off
title "AutoPyInstaller安装升级pyinstaller"
:: 安装/更新pyinstaller(注意:不希望自动安装/更新pyinstaller记得注释掉
pip install pyinstaller -i https://pypi.tuna.tsinghua.edu.cn/simple
cls
title "AutoPyInstaller安装升级程序所用到的库"
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
cls
:: 更新标题
title "AutoPyInstaller初始化"

4
requirements.txt Normal file
View File

@ -0,0 +1,4 @@
pystray
Pillow
requests
plyer