Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 365 Bytes

File metadata and controls

27 lines (18 loc) · 365 Bytes

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