From c8f53d4720a918b27d14388a3483905fdbb3ecc6 Mon Sep 17 00:00:00 2001 From: cclauss Date: Mon, 9 Mar 2015 10:13:27 +0100 Subject: pythons: update caveats Closes #37528. Closes #37527. Closes #37530. Closes #37529. Signed-off-by: Tim D. Smith --- Library/Formula/python.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Library/Formula/python.rb') 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 -- cgit v1.2.3