Skip to content

Commit

Permalink
Merge pull request #16 from mjanez/latest
Browse files Browse the repository at this point in the history
[Replace pip3 with pipx for package installations
  • Loading branch information
mjanez authored Apr 18, 2024
2 parents 23b60dd + d0451fd commit 7ec4bf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ docker compose up -d --build
### Without Docker
Dependencies:
```bash
python3 -m pip install --user pip3
pip3 install pdm
python3 -m pip install --user pipx
pipx install pdm
pdm install --no-self
```
Expand Down

0 comments on commit 7ec4bf7

Please sign in to comment.