Skip to content

Commit a4fea97

Browse files
authored
Update README.md to simplify pipx usage
1 parent 58b6b45 commit a4fea97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ python3.10 -m pipx ensurepath
6161
Install [poetry](https://python-poetry.org/docs/#installation), e.g.:
6262

6363
```bash
64-
pipx install poetry==1.8.2 --python=/usr/bin/python3.10
64+
pipx install poetry
6565
```
6666

6767
Create development environment:
@@ -81,7 +81,7 @@ poetry shell
8181
Install pre-commit and pre-commit hooks:
8282

8383
```bash
84-
pipx install pre-commit --python=/usr/bin/python3.10
84+
pipx install pre-commit
8585
pre-commit install
8686
```
8787

0 commit comments

Comments
 (0)