Prerequisites
- Python 3.11
- A working C/C++ build toolchain for scientific Python packages
wgetorcurlavailable in PATH
Create environment
conda create -n TDR python=3.11 pip
conda activate TDR
Install TDR
From the repository root:
git clone git@github.com:samueleronchini/gw_tdr.git
cd gw_tdr
pip install -r requirements.txt
pip install -e .
Verify installation
tdr --help
Notes
- The first run may be slower because GWOSC strain files are downloaded.
- Subsequent runs are faster when cache is reused.