Skip to content

Commit 7d0d4a5

Browse files
authored
Update README.md
Removing pipx from the mix in the README.md
1 parent ec558fa commit 7d0d4a5

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,10 @@
33
## Installation
44

55
1. Install [Python 3.8](https://www.python.org/downloads/) (or above).
6-
1. Install [pipx](https://pipxproject.github.io/pipx/).
7-
8-
```shell
9-
python3 -m pip install --user pipx
10-
python3 -m pipx ensurepath
11-
```
12-
136
1. Install [Poetry](https://python-poetry.org/docs/).
147

158
```shell
16-
pipx install --user poetry
9+
python3 -m pip install --user poetry
1710
```
1811

1912
1. Clone this repository.

0 commit comments

Comments
 (0)