Amadeo's website

I just got into using UV, and I needed to onboard a few projects. UV recently changed how it uses virtual environments.

uv init
uv venv
source .venv/bin/activate
uv sync
uv add -r requirements.txt
uv run .\file.py