diff --git a/README.md b/README.md index 94dfa1f..9b609a3 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ The generated code is automatically formatted using `ruff`. Run the schema preprocessing test suite with: ```bash -python -m unittest discover -s tests -p "test_*.py" +uv run python -m unittest discover -s tests -p "test_*.py" ``` ## Contributing