Skip to content

Commit

Permalink
📝 Update installation method for linux users (#972)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Lam <[email protected]>
  • Loading branch information
oviniciusfeitosa and dukecat0 authored Nov 30, 2023
1 parent 60c5f24 commit ef9434f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,17 @@ pipx ensurepath

Upgrade pipx with `brew update && brew upgrade pipx`.

### On Linux, install via pip (requires pip 19.0 or later)
### On Linux

- Ubuntu 23.04 or above

```
sudo apt update
sudo apt install pipx
pipx ensurepath
```

- Ubuntu 22.04 or below

```
python3 -m pip install --user pipx
Expand Down

0 comments on commit ef9434f

Please sign in to comment.