Installation

Install from source

pip install -e .

Optional: plotting dependencies

pip install -e ".[plot]"

Optional: CLI + YAML config support

The config-driven CLI (srvar validate, srvar run) requires PyYAML.

pip install -e ".[cli]"

Optional: FRED/ALFRED data access

pip install -e ".[fred]"

Install docs dependencies

pip install -e ".[docs]"

Build the docs locally

From the repository root:

sphinx-build -b html docs docs/_build/html