Update getting_started.md
Update Poetry command to Poetry groups syntax (1.2+). https://python-poetry.org/docs/cli/#options-4
This commit is contained in:
parent
9ca94a126b
commit
3a9c6b175d
|
@ -43,7 +43,7 @@ pip install maturin
|
|||
|
||||
poetry:
|
||||
```bash
|
||||
poetry add -D maturin
|
||||
poetry add -G dev maturin
|
||||
```
|
||||
|
||||
After installation, you can run `maturin --version` to check that you have correctly installed it.
|
||||
|
|
Loading…
Reference in a new issue