aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorcclauss2015-03-09 10:13:27 +0100
committerTim D. Smith2015-03-09 10:09:03 -0700
commitc8f53d4720a918b27d14388a3483905fdbb3ecc6 (patch)
tree955fbf8d6c656f145d0a6818ad572973a0cafc46 /Library/Formula/python3.rb
parent936eba2a28b5914554da356fa7cd746a50b7fffa (diff)
downloadhomebrew-c8f53d4720a918b27d14388a3483905fdbb3ecc6.tar.bz2
pythons: update caveats
Closes #37528. Closes #37527. Closes #37530. Closes #37529. Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Formula/python3.rb')
-rw-r--r--Library/Formula/python3.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index 13a25995d..e899b6cb7 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -275,8 +275,8 @@ class Python3 < Formula
def caveats
text = <<-EOS.undent
- Pip has been installed. To update it
- pip3 install --upgrade pip
+ Pip and setuptools have been installed. To update them
+ pip3 install --upgrade pip setuptools
You can install Python packages with
pip3 install <package>