UV is highly recommended for this application. To install UV, run this command:
MacOS:
curl -LsSf https://astral.sh/uv/install.sh | shWindows:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"To get started, first clone the project:
https://codeberg.org/dalentri/starter.git
cd starter/Finally, to run the project:
uv run src/main.py