Skip to content

Commit

Permalink
Update pip3 mentions to pipx (#5065)
Browse files Browse the repository at this point in the history
Install advice already says pipx.
  • Loading branch information
jonmeow authored Mar 5, 2025
1 parent ca2ef22 commit d6b6ba1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/project/contribution_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6b6ba1

Please sign in to comment.