Steps:
- Install uv from https://docs.astral.sh/uv/#highlights
- Windows:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" - Mac/Linux:
curl -LsSf https://astral.sh/uv/install.sh | sh
- Windows:
- Sync the project with
uv sync - Run the project with
uv run main.py