Merge pull request #43 from token2support/main

Update README.md
This commit is contained in:
Token2
2026-03-29 21:35:01 +02:00
committed by GitHub

View File

@@ -54,6 +54,10 @@ The GUI wrapper (`gui.py`) created with Python3 is included in the package and s
`sudo apt install -y python3-tk` `sudo apt install -y python3-tk`
The steps above are also suitable for Debian releases. However, for the GUI on Debian, the python3-pexpect module must also be installed.
`sudo apt install -y python3-pexpect`
To run the script, execute it using Python from the same folder: To run the script, execute it using Python from the same folder:
`python3 gui.py` `python3 gui.py`