diff --git a/heartbeat_pyinstaller.bat b/heartbeat_pyinstaller.bat index e76982e..91bd934 100644 --- a/heartbeat_pyinstaller.bat +++ b/heartbeat_pyinstaller.bat @@ -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:初始化" diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..2fe1808 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +pystray +Pillow +requests +plyer \ No newline at end of file