Skip to content

Setup

Installation

The simulator uses pixi for environment management.

# Install the default environment
pixi install

# Or install the development environment (includes test and docs extras)
pixi install -e dev

The main runtime dependency is Eradiate, which provides the underlying radiative transfer engine. Eradiate requires spectral and atmospheric datasets to be downloaded once before use:

pixi run eradiate-init

See the Eradiate data guide for more information on configuring the data install location.