Prerequisites¶
Python 3.11+
Pixi (recommended) or pip
Install with Pixi (recommended)¶
Pixi manages the Python environment and all dependencies automatically.
git clone https://github.com/EarthScope/earthscope-sfg-workflows.git
cd earthscope-sfg-workflows
pixi installThis installs Python, all dependencies, and the package itself into an isolated Pixi-managed environment.
Optional dependencies¶
Some pipelines require GARPOS (Fortran) and PRIDE-PPPAR (compiled binaries). If you installed with Pixi, build both with:
pixi run setupSee Development for full setup details including split-repo configuration.