From 17e23ef208034f56fb18bb2c7982ea989ec90e67 Mon Sep 17 00:00:00 2001 From: yshtcn Date: Thu, 7 Sep 2023 19:51:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=AC=AC=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E5=BA=93=E5=88=97=E8=A1=A8=EF=BC=8C=E5=B9=B6=E5=9C=A8=E6=89=93?= =?UTF-8?q?=E5=8C=85=E5=89=8D=E8=87=AA=E5=8A=A8=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- heartbeat_pyinstaller.bat | 6 +++++- requirements.txt | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 requirements.txt 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