< Python
Webhely:
Linux és macOS
curl -LsSf https://astral.sh/uv/install.sh | sh
Windows:
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
uv init app01
Linter és formatter hozzáadása
uv add ruff
uv run ruff check