Characterization of Atmospheres with Transit Spectroscopy
Just follow these steps:
- (optional) create a new virtual environment
- Clone this repository with git
git clone https://github.com/AWehrhahn/CATS.git
- Install the requirements
pip install -r requirements.txt
- Install CATS choose one:
a) for a one time installation ```pip install .```
b) for an editable installation ```pip install -e .```