python 打包成exe文件
安装:
pip install pyinstaller
打包:
pyinstaller -F -w upload_task.py
参考:https://www.cnblogs.com/mufenglin/p/7479281.html
https://www.crifan.com/use_pyinstaller_to_package_python_to_single_executable_exe/
安装:
pip install pyinstaller
打包:
pyinstaller -F -w upload_task.py
参考:https://www.cnblogs.com/mufenglin/p/7479281.html
https://www.crifan.com/use_pyinstaller_to_package_python_to_single_executable_exe/