Skip to content

Commit d833411

Browse files
authored
Update README.md
1 parent d78ad88 commit d833411

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ The GAPS 2 project aims to bring the same functionality with the simplicity and
2323

2424
Run the python file and it will be locally hosted at http://127.0.0.1:5000/
2525

26+
**Command on Windows for creating an exe out of the entire project from the main python file**
27+
```
28+
pyinstaller --onefile --add-data "config.py;." --add-data "templates;templates" --add-data "static;static" "GAPS 2.py"
29+
```
30+
2631
## Development
2732

2833
GAPS 2 is developed by [primetime43](https://github.com/primetime43). Contributions are welcome! Feel free to report bugs, suggest features, or contribute to the code.
34+
35+
Please report any bugs encountered. You can see a log output in the python console window that is opened when running the exe.

0 commit comments

Comments
 (0)