A package for measuring stellar rotation periods
.. code-block:: bash
git clone https://github.com/RuthAngus/starrotate.git cd starrotate python setup.py install
By default this will download kplr from pip, but that's not the most recent version, so it's best to install from github. You can do this:
.. code-block:: bash git clone https://github.com/dfm/kplr cd kplr python setup.py install
or
.. code-block:: bash pip install https://github.com/dfm/kplr/archive/master.zip