Open LeonardoEnriquez opened 6 years ago
The easies way to install PyInstaller is using pip:
pip install pyinstaller or upgrade to a newer version: pip install --upgrade pyinstaller
pyinstaller.org
Install PyInstaller from PyPI:
pip install pyinstaller
Go to your program’s directory and run:
pyinstaller yourprogram.py
pyInstaller.org
Installation
The easies way to install PyInstaller is using pip:
pyinstaller.org