Installation¶
Dependencies¶
caustic depends on Numpy, PyMC3,
theano, exoplanet
and Astropy. To install those dependancies, use
conda install numpy pymc3 theano exoplanet astropy
or
pip install numpy pymc3 theano exoplanet astropy
From Source¶
To install the latest development version of caustic from GitHub, run
git clone --recursive https://github.com/fbartolic/caustic.git
cd caustic
python setup.py install
Using pip¶
Coming soon.