News

PyInstaller reads in your program from its entry point. For instance, if your program’s entry point is myapp.py, you would run pyinstaller myapp.py to perform the analysis.
Jesus Vigo reviews the steps necessary to create package-based installers to simplify the software deployment process for OS X.