Skip to content

Mac OSX install

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

Macos installation

brew install 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