From 89f97c4e3c876f9ec91dec66ade57b96de11c9cd Mon Sep 17 00:00:00 2001 From: Al Johri Date: Thu, 5 Dec 2019 13:04:19 -0500 Subject: [PATCH] officially sanction homebrew as the installation method of choice for macos --- templates/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/templates/index.md b/templates/index.md index e79237078f..ad1acf1abe 100644 --- a/templates/index.md +++ b/templates/index.md @@ -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