Skip to content

Instantly share code, notes, and snippets.

@AlbertoCasasOrtiz
Last active December 13, 2020 20:56
Show Gist options
  • Save AlbertoCasasOrtiz/9fef62df123ef3cce0a94b25a66aa290 to your computer and use it in GitHub Desktop.
Save AlbertoCasasOrtiz/9fef62df123ef3cce0a94b25a66aa290 to your computer and use it in GitHub Desktop.
1. Install PyInstaller as a dependency in File->Settings->Project->Project Interpreter.
2. In Edit Configurations, add as Interpreter Options: -m PyInstaller
3. Add -F if you want to generate a pacakge with just one executable file (can be slower).
3. Add --noconsole to get rid of console.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment