Skip to content

Commit 3d856ea

Browse files
committed
docs(contributing): update poetry install command
1 parent 2d2c792 commit 3d856ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Install `poetry`
77

88
```bash
9-
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
9+
pipx install poetry
1010
```
1111

1212
Learn more about poetry at https://python-poetry.org/

0 commit comments

Comments
 (0)