Skip to content

Commit

Permalink
To Package the python script use pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamlinerm committed Nov 10, 2024
1 parent 04f02fd commit 707ed70
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
dist
build
run.spec
unknown.txt
install.bat
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,13 @@ Run install.bat as administrator
## Generates

- install.bat - Install all programs
- unknown.txt - All unavailable packages
- unknown.txt - All unavailable packages


### Dev

To Package the python script use pyinstaller

```bash
pyinstaller -F yourprogram.py
```

0 comments on commit 707ed70

Please sign in to comment.