wbalmer / backtracks

Python package to fit relative astrometry with background star motion tracks.
https://backtracks.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Add pypi installation support #2

Closed wbalmer closed 10 months ago

wbalmer commented 1 year ago

Make the package pip installable.

backtrack ├── LICENSE ├── backtrack │ ├── init.py │ ├── backtrack.py │ ├── utils.py │ └── plotting.py ├── README.md └── setup.py

wbalmer commented 10 months ago

Need to host publicly on pypi to fully resolve this.

wbalmer commented 10 months ago

It's alive!

pip install backtracks==0.3.0

https://pypi.org/project/backtracks/0.3.0/

Needs an update to the documentation, and maybe a way to easily download the test data if someone pip installs as opposed to installs from the github repo. But I consider this a milestone 😺