From 9bbb97d0df64a336e5e4f35c4680f690115f5e99 Mon Sep 17 00:00:00 2001 From: Sharuzzaman Ahmat Raslan Date: Mon, 2 Dec 2024 13:53:08 +0800 Subject: [PATCH] Update README.md python3-tk is the correct package to install when using Python 3. tested in Debian 11 with Python 3.9 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8454b7..523fd13 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ To generate Captchas, the Bot uses [multicolor_captcha_generator library](https: ```bash sudo apt update - sudo apt install -y make libtiff5-dev libjpeg62-turbo-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python-tk + sudo apt install -y make libtiff5-dev libjpeg62-turbo-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python3-tk ``` 2. Get and setup the project: