ekaterinailin / AltaiPony

Find flares in Kepler and TESS light curves. Notebooks for quickstart inside.
https://altaipony.readthedocs.io
MIT License
26 stars 10 forks source link

Create a setup function #9

Closed ekaterinailin closed 6 years ago

ekaterinailin commented 6 years ago

What needs to be created or improved?

A medium simple way to install AltaiPony is to clone and run a setup function.

Can you provide an example?

git clone https://github.com/ekaterinailin/AltaiPony.git
cd AltaiPony
python setup.py install

What is the goal / expected behaviour?

Three lines of commands to make AltaiPony run.

ekaterinailin commented 6 years ago

https://packaging.python.org/tutorials/packaging-projects/