Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Prerequisites


Pixi manages the Python environment and all dependencies automatically.

git clone https://github.com/EarthScope/earthscope-sfg-workflows.git
cd earthscope-sfg-workflows
pixi install

This 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 setup

See Development for full setup details including split-repo configuration.