Skip to content

Commit f3b07be

Browse files
authored
docs: fix maturin develop flag typo (-uv -> --uv)
1 parent 48dca64 commit f3b07be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/contributor-guide/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Whenever rust code changes (your changes or via `git pull`):
6666

6767
```shell
6868
# make sure you activate the venv using "source .venv/bin/activate" first
69-
maturin develop -uv
69+
maturin develop --uv
7070
python -m pytest
7171
```
7272

0 commit comments

Comments
 (0)