Installation

Currently the best way to install starrotate is from github.

From source:

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

Dependencies

The dependencies of starrotate 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