Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 261 Bytes

File metadata and controls

11 lines (6 loc) · 261 Bytes

Installing Dependencies

  • Create virtual envitonment with python -m venv .venv

  • First install uv for package management pip install uv

  • Then install with uv sync

DO NOT edit uv.lock manually!!!

Use uv lock to change uv.lock automatically.