Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 285 Bytes

SETUP.md

File metadata and controls

18 lines (14 loc) · 285 Bytes

Setup

make sure you have uv installed

to setup a virtual environment, run:

uv venv

to install all project dependencies, run:

uv sync

that's it! You can now run the server with:

uv run fastapi dev