aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-31 15:12:22 -0500
committerJack Nagel2014-03-31 15:12:22 -0500
commit4bd9b7538297c2ecbcaba281a6db86e8d8f660c8 (patch)
treeaeafc11bb8026ca4db259c16c942137192dc0d1d /Library/Formula/python3.rb
parent387c84bbdf40bc5d73b75a0ab86754ee468903b9 (diff)
downloadhomebrew-4bd9b7538297c2ecbcaba281a6db86e8d8f660c8.tar.bz2
python: prune caveats a bit
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}