The easies way to install PyInstaller is using pip:
pip install pyinstaller
or upgrade to a newer version:
pip install --upgrade pyinstaller
For other installation options please refer to the manual and the pip user guide.
To install the current development version use:
pip install https://github.com/pyinstaller/pyinstaller/archive/develop.tar.gz
The latest stable release of PyInstaller is 3.4 (Change Log).
Release 3.4: stable, supports Python 2.7, 3.4–3.7
Development: unstable, supports Python 2.7, 3.4–3.7
If you want to motify the source, you may better clone the git repository using git clone
https://github.com/pyinstaller/pyinstaller
and may want to refer to the
Development Guide in the manual.
Older (obsolete) releases can be found at the full list of releases.
See PyInstaller Logos for marketing materials.