From 3937fd867eb9cfe6c30b07aaeb82b99f7587d521 Mon Sep 17 00:00:00 2001 From: Token2 <119626213+token2support@users.noreply.github.com> Date: Sun, 29 Mar 2026 12:27:19 +0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 11251c4..62443d3 100644 --- a/README.md +++ b/README.md @@ -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` +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: `python3 gui.py`