Installation
To use Lumos, first install it in editable mode using pip:
(.venv) $ pip install lumos-sat -e
Building Lumos
To build Lumos, use the following commands:
(.venv) $ python -m build
(.venv) $ twine check dist/*
(.venv) $ twine upload -r testpypi dist/*
(.venv) $ twine upload dist/*
Building Documentation Locally
(.venv) $ cd docs
(.venv) $ make clean
(.venv) $ make html
(.venv) $ start build/html/index.html