From d6b6ba17faf6ac4b0074ad2a02702bb767172b27 Mon Sep 17 00:00:00 2001 From: Jon Ross-Perkins Date: Tue, 4 Mar 2025 19:12:55 -0800 Subject: [PATCH] Update pip3 mentions to pipx (#5065) Install advice already says pipx. --- docs/project/contribution_tools.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/project/contribution_tools.md b/docs/project/contribution_tools.md index 34ae4207b177..1ee7e233c040 100644 --- a/docs/project/contribution_tools.md +++ b/docs/project/contribution_tools.md @@ -160,11 +160,11 @@ These tools are essential for work on Carbon. - [Homebrew](https://brew.sh/) (for macOS) - To upgrade versions of `brew` packages, it will be necessary to periodically run `brew upgrade`. - - [`python3` and `pip3`](https://python.org) + - [Python](https://python.org) - Carbon requires Python 3.9 or newer. - - To upgrade versions of `pip3` packages, it will be necessary to - periodically run `pip3 list --outdated`, then - `pip3 install -U ` to upgrade desired packages. + - To upgrade versions of pip-installed packages, it will be necessary + to periodically run `pipx list --outdated`, then + `pipx install -U ` to upgrade desired packages. - When upgrading, version dependencies may mean packages _should_ be outdated, and not be upgraded. - Main tools