joshspeagle / brutus

Modeling stellar photometry with "brute force" methods
MIT License
32 stars 5 forks source link

Make brutus pip installable #42

Closed gusbeane closed 4 years ago

gusbeane commented 4 years ago

I can look into this as it's something I'd like to learn about

catherinezucker commented 4 years ago

I already know how to do this! I did it for my RadFil package. I can send you some links.

On Wed, May 20, 2020 at 1:06 PM Gus Beane notifications@github.com wrote:

I can look into this as it's something I'd like to learn about

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/joshspeagle/brutus/issues/42, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEL5OSM3NHNWAOICQ3UX4JDRSQE2FANCNFSM4NGEN6NA .

joshspeagle commented 4 years ago

Yes, it's quite straightforward, so happy to leave this to you. I would wait until after the next version update to 0.8.X before trying anything though.

gusbeane commented 4 years ago

I can just make v0.7.5 and 0.7.0 installable for now, since only official releases should be available through pip anyways

Links would be great Catherine!

catherinezucker commented 4 years ago

This is what I used two years ago...hopefully it's not too outdated. Give it a try, maybe?

https://medium.com/@joel.barmettler/how-to-upload-your-python-package-to-pypi-65edc5fe9c56

gusbeane commented 4 years ago

Ok looks like some small changes need to be made to setup.py, so will just do this for 0.8.x as @joshspeagle suggested, rather than retrofitting 0.7.x releases

gusbeane commented 4 years ago

Done, can now be installed with pip install astro-brutus