README: Update for uv migration

This commit is contained in:
OatmealDome
2025-08-22 03:14:15 +00:00
parent 6200b38be6
commit 05c165b4a1

View File

@@ -22,8 +22,8 @@ $ nix run
```bash
$ nix develop
$ poetry install
$ poetry run black --check .
$ poetry run pytest
$ poetry run central
$ uv sync
$ uv run black --check .
$ uv run pytest
$ uv run central
```