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

Manage dependencies in the setup #38

Closed ekaterinailin closed 4 years ago

ekaterinailin commented 5 years ago

What needs to be created or improved?

Installing AltaiPony with setup.py entails a number of errors thrown with uninstalled dependencies. Ideally, these would be installed recursively.

What is the goal / expected behaviour?

Running python3 setup.py install will truly be the only line of code to call in order to install AltaiPony.

ekaterinailin commented 4 years ago

Tried including the dependency on my fork of K2SC using various flavors of this StackOverflow suggestion but to no avail.

ekaterinailin commented 4 years ago

Trying this next.

ekaterinailin commented 4 years ago

Seems to work now with #59 .