/CATS

Characterization of Atmospheres with Transit Spectroscopy

Primary LanguagePythonMIT LicenseMIT

Python package

CATS

Characterization of Atmospheres with Transit Spectroscopy

Installation

Just follow these steps:

  1. (optional) create a new virtual environment
  2. Clone this repository with git git clone https://github.com/AWehrhahn/CATS.git
  3. Install the requirements pip install -r requirements.txt
  4. Install CATS choose one:
a) for a one time installation ```pip install .```
b) for an editable installation ```pip install -e .```