Metadata-Version: 2.1
Name: taurex
Version: 3.1.4a0
Summary: TauREx 3 retrieval framework
Home-page: https://github.com/ucl-exoplanets/TauREx3_public/
Author: Ahmed Faris Al-Refaie
Author-email: ahmed.al-refaie.12@ucl.ac.uk
License: BSD
Keywords: exoplanet,retrieval,taurex,taurex3,atmosphere,atmospheric
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Provides: taurex
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: configobj
Requires-Dist: scipy
Requires-Dist: numba
Requires-Dist: astropy
Requires-Dist: numexpr
Requires-Dist: pybtex
Requires-Dist: nestle
Requires-Dist: h5py
Requires-Dist: tabulate
Provides-Extra: plot
Requires-Dist: matplotlib ; extra == 'plot'

# TauREx 3

![Python package](https://github.com/ucl-exoplanets/TauREx3/workflows/Python%20package/badge.svg)

TauREx 3 is the newest version of the TauREx retrieval code.

Documentation can be found [here](https://taurex3-public.readthedocs.io/en/latest/)

Current build: 3.1.4-alpha

## Prerequisites

* numpy



## Installing from PyPi


You can install it by doing

```
pip install taurex
```


## Installing from source


Clone the directory using:

```
git clone https://github.com/ucl-exoplanets/TauREx3_public.git
```

Move into the TauREx3 folder

```
cd TauREx3
```

Then install

```
pip install .
```

To build documentation do

```
python setup.py build_sphinx
```


Try importing taurex:

```
python -c "import taurex; print(taurex.__version__)"
```

Or running taurex itself

```
taurex
```

If there are no errors then it was successful!
