Skip to content

Instantly share code, notes, and snippets.

@Eddy-Barraud
Last active September 26, 2018 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Eddy-Barraud/ed1bb288c9d6fbb8bb15a0f042ec70f1 to your computer and use it in GitHub Desktop.
Save Eddy-Barraud/ed1bb288c9d6fbb8bb15a0f042ec70f1 to your computer and use it in GitHub Desktop.

PyInstaller Quickstart

Install PyInstaller from PyPI:

pip install pyinstaller

Go to your program’s directory and run:

pyinstaller yourprogram.py

It will generate an executable in a dist folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment