Update README.md

This commit is contained in:
Token2
2026-03-29 12:27:19 +04:00
committed by GitHub
parent 6b5d2b0af6
commit 3937fd867e

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`