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 48dca64 commit f3b07beCopy full SHA for f3b07be
1 file changed
docs/source/contributor-guide/introduction.md
@@ -66,7 +66,7 @@ Whenever rust code changes (your changes or via `git pull`):
66
67
```shell
68
# make sure you activate the venv using "source .venv/bin/activate" first
69
-maturin develop -uv
+maturin develop --uv
70
python -m pytest
71
```
72
0 commit comments