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:
Jonathan Daniel 2023-04-21 23:19:57 +03:00 committed by GitHub
parent 9ca94a126b
commit 3a9c6b175d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.