aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/python.rb')
-rw-r--r--Library/Formula/python.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index 05427b080..8a0c45a29 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -281,9 +281,8 @@ class Python < Formula
end
def caveats; <<-EOS.undent
- Setuptools and pip have been installed. To update them
- pip install --upgrade setuptools
- pip install --upgrade pip
+ Pip and setuptools have been installed. To update them
+ pip install --upgrade pip setuptools
You can install Python packages with
pip install <package>