Installation Guide
Welcome to the installation guide for Iguape! Follow the instructions below to install the software on your preferred operating system.
Iguape requires Python 3.10 or higher. Please ensure you have the correct version installed before proceeding.
Linux and macOS
On Linux and macOS, Iguape can be installed via the command line. Follow these steps:
# Verify Python version
python3 --version
If you see a version lower than Python 3.10, update it.
After ensuring Python 3.10 or higher is installed, proceed with installing Iguape:
pip install iguape
To verify the installation, you can run:
iguape
Windows
To install Iguape on Windows, ensure you have Python 3.10 or higher:
Download Python 3.10 - Python webpage.
Follow the installation instructions, making sure to select “Add Python to PATH.”
Once Python 3.10 is set up, download the installer for Iguape from the following link:
After downloading, double-click the installer and follow the on-screen instructions.
To verify the installation, there is a test dataset available at the following link: Test Data
We also make available a tutorial showing the most important features of Iguape: Tutorial