Installation
During the installation, the source IRI code will be compiled automatically in the background, which requires CMAKE and any Fortran compiler pre-installed.
Linux
- Install a Fortran compiler, e.g. GFortran and CMAKE:
sudo apt install gfortran cmake
Use
pipor any other Python package manager to install theiricore:python3 -m pip install iricore
Windows
It is not impossible to use iricore on Windows. However, the installation process can be quite troublesome.
If you are on Windows, consider installing WSL and then follow
the steps for Linux.
If that is not an option, then:
Gather all of your luck;
Install a Fortran compiler. For example, you can follow this guide;
Install CMAKE;
Use
pipor any other Python package manager to (attempt to) install theiricore:python3 -m pip install iricore
Fix the errors that appear during installation if there are any.