-
Notifications
You must be signed in to change notification settings - Fork 0
Linux install
Arnaud Aliès edited this page Jun 17, 2019
·
1 revision
sudo apt-get install python3 python3-tk python3-pip
python3 -m pip install iquail
sudo dnf install python3 python3-tk python3-pip
python3 -m pip install iquail
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.