1. 安装:pip install pyinstaller
2. 用法:
pyinstaller demo.py
pyinstaller -F demo.py
pyinstaller -D demo.py