Skip to content

Instantly share code, notes, and snippets.

@topherPedersen
Created September 5, 2019 05:31
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 topherPedersen/77e27f377457d3b505c18462c17b9d14 to your computer and use it in GitHub Desktop.
Save topherPedersen/77e27f377457d3b505c18462c17b9d14 to your computer and use it in GitHub Desktop.
PyInstaller Tutorial
$ pip install pyinstaller
# make cool python program
$ cd Desktop/PythonPlayground
$ pyinstaller --onefile cool_python_program.py
# double click cool_python_program.py in Desktop/PythonPlayground/dist directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment