Installation ============ Availability ------------ The python package for Itzï is on `pypi `__. You can browse and download the source code on `bitbucket `__. Installation on GNU/Linux ------------------------- Itzï depends on `GRASS GIS 8.4 or above `__. GRASS should therefore be installed in order to use Itzï. All other dependencies are installed by pip. You can install itzi with pip or pipx. However, we recommend you use `uv `__. Install *uv* by following the instructions on the `uv website `__. Once you have *uv* installed, you can install Itzï with the following command: uv tool install itzi This will automatically download itzi and install it in its own python environment. Installation on Windows ------------------------- Itzï should be able to run on Windows using the Windows Subsystem for Linux (WSL). To install WSL, follow the steps given by `Microsoft `__. Once a GNU/Linux distribution is installed, the installation steps for itzi are the same as above. Verification of the installation -------------------------------- To check if everything went fine:: itzi version itzi run -h