Skip to content

Commit

Permalink
Create pyinstaller_instructions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
otseng committed Aug 1, 2022
1 parent 8d34f03 commit 9851502
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pyinstaller_instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Using pyinstaller to create a Windows executable

1. Install pyinstaller

pip install pyinstaller

2. Create Windows executable

pyinstaller .\main.spec --noconfirm

This will create all the files into dist\main

3. Run Windows app

Open the dist\main folder in Windows explorer
Double-click main.exe file

0 comments on commit 9851502

Please sign in to comment.