Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Colin Dean <[email protected]>
  • Loading branch information
woodruffw and colindean committed Mar 10, 2024
1 parent a11be09 commit d81da53
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Formula/p/[email protected]
Expand Up @@ -402,13 +402,14 @@ def post_install
python -m pip install xyz
If you wish to install a non-brew packaged Python application,
it may be easiest to use pipx install xyz, which will manage a
it may be easiest to use 'pipx install xyz', which will manage a
virtual environment for you. You can install pipx with
brew install pipx.
brew install pipx
Expert users may restore the old behavior of pip by passing
the --break-system-packages flag to pip, or by adding
break-system-packages = true to their pip.conf file. The latter
the '--break-system-packages' flag to pip, or by adding
'break-system-packages = true' to their pip.conf file. The latter
will permanently disable this warning.
Read more about this setting here: <https://pip.pypa.io/en/stable/cli/pip_install/>
Expand Down

0 comments on commit d81da53

Please sign in to comment.