From 77fa3401ee10a60f7c7690486ea4a43a9d423adc Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Mon, 19 Aug 2024 09:29:54 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e3faaf..8a57ecc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # 安装运行库清华源附加代码 * -i https://pypi.tuna.tsinghua.edu.cn/simple # py打包exe代码 - pyinstaller -F -c *.py 无图标 - - pyinstaller -F -c -i *.ico *.py 带图标 +* pyinstaller -F -c *.py 无图标 +* pyinstaller -F -c -i *.ico *.py 带图标