Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into pipx_metadata_cha…
Browse files Browse the repository at this point in the history
…ngelog
  • Loading branch information
itsayellow committed Dec 11, 2019
2 parents 3af7fc7 + 5d8523c commit 3cf06ec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions templates/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@ _For comparison to other tools including pipsi, see [Comparison to Other Tools](

## Install pipx

On macOS:

```
brew install pipx
pipx ensurepath
```

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

Otherwise, install via pip:

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

0 comments on commit 3cf06ec

Please sign in to comment.