aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/python3.rb')
-rw-r--r--Library/Formula/python3.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index 38b5c3f91..cf8c7a66d 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -260,7 +260,7 @@ class Python3 < Formula
pip3 install --upgrade pip
You can install Python packages with
- `pip3 install <your_favorite_package>`
+ pip3 install <package>
They will install into the site-package directory
#{site_packages}