Getting Started Follow the steps below to install dependencies and run the example. 1. Install uv if not already intalled python -m pip install uv 2. Sync Dependencies uv sync 3. Install the Project in Editable Mode uv pip install -e . 4. Run the Example uv run python -m holodoppler.example