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: .. code-block:: sudo apt install gfortran cmake * Use ``pip`` or any other Python package manager to install the ``iricore``: .. code-block:: 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``: .. code-block:: python3 -m pip install iricore * Fix the errors that appear during installation if there are any.