clean cache pyinstaller code example
Example 1: run spec file using pyinstaller
>> pyinstaller --onefile main.spec
Example 2: clean cache pyinstaller
pyinstaller --clean --onedir file.py
>> pyinstaller --onefile main.spec
pyinstaller --clean --onedir file.py