From 4bd9b7538297c2ecbcaba281a6db86e8d8f660c8 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 31 Mar 2014 15:12:22 -0500 Subject: python: prune caveats a bit --- Library/Formula/python.rb | 22 +++++++++------------- Library/Formula/python3.rb | 2 +- 2 files changed, 10 insertions(+), 14 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index cea220c83..142423389 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -273,22 +273,18 @@ class Python < Formula EOF end - def caveats - <<-EOS.undent - Python demo - #{HOMEBREW_PREFIX}/share/python/Extras + def caveats; <<-EOS.undent + Setuptools and Pip have been installed. To update them + pip install --upgrade setuptools + pip install --upgrade pip - Setuptools and Pip have been installed. To update them - pip install --upgrade setuptools - pip install --upgrade pip + You can install Python packages with + pip install - You can install Python packages with (the outdated easy_install or) - `pip install ` + They will install into the site-package directory + #{site_packages} - They will install into the site-package directory - #{site_packages} - - See: https://github.com/Homebrew/homebrew/wiki/Homebrew-and-Python + See: https://github.com/Homebrew/homebrew/wiki/Homebrew-and-Python EOS end 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 ` + pip3 install They will install into the site-package directory #{site_packages} -- cgit v1.2.3