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 58b6b45 commit a4fea97Copy full SHA for a4fea97
README.md
@@ -61,7 +61,7 @@ python3.10 -m pipx ensurepath
61
Install [poetry](https://python-poetry.org/docs/#installation), e.g.:
62
63
```bash
64
-pipx install poetry==1.8.2 --python=/usr/bin/python3.10
+pipx install poetry
65
```
66
67
Create development environment:
@@ -81,7 +81,7 @@ poetry shell
81
Install pre-commit and pre-commit hooks:
82
83
84
-pipx install pre-commit --python=/usr/bin/python3.10
+pipx install pre-commit
85
pre-commit install
86
87
0 commit comments