Skip to content

Commit

Permalink
[email protected]: avoid hyphens
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Mar 10, 2024
1 parent d81da53 commit 4422fe5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/p/[email protected]
Expand Up @@ -394,14 +394,14 @@ def post_install
xyz, where xyz is the package you are trying to
install.
If you wish to install a non-brew-packaged Python package,
If you wish to install a Python library that isn't in Homebrew,
use a virtual environment:
python -m venv path/to/venv
source env/bin/activate
python -m pip install xyz
If you wish to install a non-brew packaged Python application,
If you wish to install a Python application that isn't in Homebrew,
it may be easiest to use 'pipx install xyz', which will manage a
virtual environment for you. You can install pipx with
Expand Down Expand Up @@ -527,7 +527,7 @@ def caveats
system bin/"pip#{version.major_minor}", "list", "--format=columns"

# Check our externally managed marker
assert_match "If you wish to install a non-brew-packaged",
assert_match "If you wish to install a Python library",
shell_output("#{python3} -m pip install pip 2>&1", 1)
end
end

0 comments on commit 4422fe5

Please sign in to comment.