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:

  1. Install uv

  2. Create and activate your virtual environment

    uv sync
    source .venv/bin/activate
    
  3. Run tests

    nox -s tests
    nox -s tests-3.13
    
  4. Build documentation

    nox -s docs