Skip to content

Commit

Permalink
Merge pull request #50 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 3367901 + d100aef commit 850dd29
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 @@ -87,8 +87,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 850dd29

Please sign in to comment.