Installation
Requirements
hydra_tod requires Python 3.8 or later. Core dependencies (numpy, scipy,
matplotlib, astropy, mpmath, joblib) are installed automatically.
Basic Installation
pip install git+https://github.com/zzhang0123/hydra-tod.git
Development Installation
git clone https://github.com/zzhang0123/hydra-tod.git
cd hydra-tod
pip install -e ".[dev]"
Conda Environment
A complete conda environment specification is provided:
conda env create -f scripts/environment.yml
conda activate TOD