Skip to content

Commit

Permalink
officially sanction homebrew as the installation method of choice for…
Browse files Browse the repository at this point in the history
… macos (#288)
  • Loading branch information
AlJohri authored and Chad Smith committed Dec 9, 2019
1 parent 201ae5a commit 5d8523c
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 5d8523c

Please sign in to comment.