Skip to content

Linux install

Arnaud Aliès edited this page Jun 17, 2019 · 1 revision

Linux installation

Debian based distros:
sudo apt-get install python3 python3-tk python3-pip
python3 -m pip install iquail
Fedora
sudo dnf install python3 python3-tk python3-pip
python3 -m pip install iquail
Arch
sudo pacman -S python3 python3-tk python3-pip
python3 -m pip install iquail

To check if the installation was successful :

python3
>>> import iquail
>>>

If your output is different, it seems that the installation may failed.

Clone this wiki locally