Update README.md

python3-tk is the correct package to install when using Python 3. tested in Debian 11 with Python 3.9
master
Sharuzzaman Ahmat Raslan 2024-12-02 13:53:08 +08:00 zatwierdzone przez Jose
rodzic 95042092bb
commit 9bbb97d0df
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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: