202009-23 Python打包工具PyInstaller的安装与pycharm配置支持PyInstaller详细方法 windows系统下安装Pyinstallercmd下输入指令pipinstallPyInstallerPyinstaller的使用进入需要打包的目录下,执行打包命令Pyinstaller[opts]yourprogram.py示范pyinstaller-F-Whelloworld.pyopts可选的参数参数含义-F-onefile,打包成一个exe文件-D-onefile,创建一个目录,包含exe文件,但会依赖很多文件(默认选项)-c-console,-nowin... 继续阅读 >