Example 1: run spec file using pyinstaller. >> pyinstaller --onefile main.spec. Example 2: clean cache pyinstaller. pyinstaller --clean --onedir file.py ...
確定! 回上一頁