Skip to content

Windows install

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

Windows installation

Download and install python from https://www.python.org/downloads/release/python-371/

  • Make sure to set python path environment variable.

then you can install Quail:

python3 -m pip install iquail

To check if the installation was successfull :

python3
>>>import iquail
>>>

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

Clone this wiki locally