aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorJack Nagel2013-08-28 13:12:29 -0500
committerJack Nagel2013-08-28 13:18:26 -0500
commit72ee11d988eff7e4af82eec813381f3f82950b08 (patch)
treecf02a7c545cefaf3e656694339ff6fdd2632f590 /Library/Formula/python3.rb
parent3bbb97e9240e41d9d1ff165817527e9429fcc03c (diff)
downloadhomebrew-72ee11d988eff7e4af82eec813381f3f82950b08.tar.bz2
Revert "python & python3: Don't tell how to upgrade pip"
This reverts commit 955b8fa58c69b1060b83a383ddb14392bee806be.
Diffstat (limited to 'Library/Formula/python3.rb')
-rw-r--r--Library/Formula/python3.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index 7269f828f..2f875f440 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -230,7 +230,9 @@ class Python3 < Formula
def caveats
text = <<-EOS.undent
- Setuptools and Pip have been installed, too.
+ Setuptools and Pip have been installed. To update them
+ pip3 install --upgrade setuptools
+ pip3 install --upgrade pip
To symlink "Idle 3" and the "Python Launcher 3" to ~/Applications
`brew linkapps`