AVSLab / bsk_rl

RL environments and tools for spacecraft autonomy research, built on Basilisk. Developed by the AVS Lab.
https://avslab.github.io/bsk_rl/
MIT License
34 stars 2 forks source link

Release to PyPI #15

Open Mark2000 opened 11 months ago

Mark2000 commented 11 months ago

Being able to pip install would be nice for non-developer users (hopefully a growing class as the package matures). As a caveat, BSK is not currently pip installable, so that would decrease the value of putting bsk_rl on pip since BSK installation would still be manual. Definitely worth doing if BSK is even on pip. Maybe worth it even without bsk on pip.

Mark2000 commented 7 months ago

Since #89 will probably check at runtime if bsk is installed, we could put this on pypi (would raise error at end of installation)

Mark2000 commented 2 weeks ago

https://medium.com/@blackary/publishing-a-python-package-from-github-to-pypi-in-2024-a6fb8635d45d