- install uv https://docs.astral.sh/uv/getting-started/installation/
- reset git from origin https://stackoverflow.com/a/50033528/3681874
- install uv
- run
uv venv
to create a virtual environment - activate the virtual environment
- run
uv sync
to install the dependencies