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 pip or any other Python package manager to install the iricore:

    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 pip or any other Python package manager to (attempt to) install the iricore:

    python3 -m pip install iricore
    
  • Fix the errors that appear during installation if there are any.