Skip to content

Commit

Permalink
Add Arch installation and fix flags order (#1396)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Lam <[email protected]>
  • Loading branch information
Paiusco and dukecat0 authored May 15, 2024
1 parent fca8a40 commit ffba90c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ pipx ensurepath
sudo pipx ensurepath --global # optional to allow pipx actions with --global argument
```

- Arch:

```
sudo pacman -S python-pipx
pipx ensurepath
sudo pipx ensurepath --global # optional to allow pipx actions with --global argument
```

- Using `pip` on other distributions:

```
Expand Down

0 comments on commit ffba90c

Please sign in to comment.