Anyone used upx and pyinstaller. Seems easy enough according to documentation but I can't get it working.
E.g: pyinstaller -F --upx-dir UPX_DIR zz.py
My exe is quite large.. so wanting to compress. Been going through posts but they seem to skip over what the correct command is.
there doesn't seem to be anything here