We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8526a0 commit 1456456Copy full SHA for 1456456
.github/CONTRIBUTING.md
@@ -54,7 +54,7 @@ layout python python$(cat .python-version-default)
54
or, if you like [*uv*](https://github.com/astral-sh/uv):
55
56
```bash
57
-test -d .venv || uv venv --python python`cat .python-version-default`
+test -d .venv || uv venv --python python$(cat .python-version-default)
58
. .venv/bin/activate
59
```
60
0 commit comments