Use console mode

This commit is contained in:
Ircama
2024-07-30 08:09:01 +02:00
parent 0f91709741
commit 069bcf8387
2 changed files with 2 additions and 2 deletions

View File

@@ -166,7 +166,7 @@ Note: resetting the ink waste counter is just removing a warning; not replacing
## Creating an executable for the GUI
Alternatively to run the GUI via `python ui.py`, it is possible to build an executable file via *pyinstaller*.
Alternatively to running the GUI via `python ui.py`, it is possible to build an executable file via *pyinstaller*.
Install *pyinstaller* with `pip install pyinstaller`.