Update pip3 mentions to pipx (#5065)

Install advice already says pipx.
This commit is contained in:
Jon Ross-Perkins
2025-03-05 03:12:55 +00:00
committed by GitHub
parent ca2ef22476
commit d6b6ba17fa
+4 -4
View File
@@ -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 <package>` 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 <package>` to upgrade desired packages.
- When upgrading, version dependencies may mean packages _should_ be
outdated, and not be upgraded.
- Main tools