From c6c5c9cd1250471b1293af88d52769bc0b40e4d1 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Wed, 21 Aug 2024 17:49:22 +0800 Subject: [PATCH] Delete py/py2exe --- py/py2exe | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 py/py2exe diff --git a/py/py2exe b/py/py2exe deleted file mode 100644 index a07ba7b..0000000 --- a/py/py2exe +++ /dev/null @@ -1,5 +0,0 @@ -安装运行库:pip install 所需库 -i 国内源或pip3 install 所需库 -i 国内源 - -pip install requests -i https://pypi.tuna.tsinghua.edu.cn/simple pip install opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple pip install Beautifulsoup4 -i https://pypi.tuna.tsinghua.edu.cn/simple ............ -py2exe 运行cmd→cd 所在目录,运行代码 -pyinstaller -F -c you-py