```bash pip install live2d pyqt5 ``` 主入口在 Live2DPet.py 用 pyinstaller 打包其即可 ```bash pyinstaller -w Live2DPet.py --onefile ``` 需要让程序工作目录下有“model”文件夹