Installation¶
DiffOrb requires Python 3.11 or later.
python -m pip install difforb
Download the EOP parameter file, observatory list, and optical debiasing model:
python -m difforb.data install all
Verify the downloaded data:
python -m difforb.data status
Development¶
From a source checkout, install DiffOrb in editable mode:
python -m pip install -e .
Install development and test dependencies:
python -m pip install -r requirements-dev.txt