Installation¶
Orbital is available from PyPI:
pip install orbitalpy
or to install from git:
pip install 'OrbitalPy @ git+https://github.com/RazerM/orbital.git@master'
Development Environment¶
You can work on the repository by following these steps:
Create and activate your virtual environment
uv sync source .venv/bin/activate
Run tests
nox -s tests nox -s tests-3.13
Build documentation
nox -s docs