Installation

Currently the best way to install starspot is from github.

From source:

git clone https://github.com/RuthAngus/starspot.git
cd starspot
python setup.py install

Dependencies

The dependencies of starspot are NumPy, pandas, h5py, tqdm, emcee, exoplanet, astropy, matplotlib, scipy, and kplr.

These can be installed using pip:

conda install numpy pandas h5py tqdm emcee exoplanet astropy matplotlib
scipy kplr

or

pip install numpy pandas h5py tqdm emcee exoplanet astropy matplotlib
scipy kplr