Now we only know that -F compresses the py script into one script. How to compress the entire directory into a binary executable file? In addition, can pyinstaller add modules that are already installed on this machine?
怪我咯2017-06-12 09:28:11
You can add modules, just specify the corresponding dependencies in the configuration file. In addition, it is unrealistic to compress the entire directory into a binary executable file, especially when some files are compressed and packaged and become unusable.