aboutsummaryrefslogtreecommitdiffstats
path: root/share/doc/homebrew/Homebrew-and-Python.md
diff options
context:
space:
mode:
authorJulian Berman2015-10-11 16:49:38 -0400
committerTim D. Smith2015-11-23 22:56:18 -0800
commitef8f6e7aa8dccb9e58185f368dc368433c26832c (patch)
tree74b66a208e4cec23e0b8327013b1dc9711a05d09 /share/doc/homebrew/Homebrew-and-Python.md
parent2838fe493ece18e27d1dde16e28405f9938c8bcc (diff)
downloadbrew-ef8f6e7aa8dccb9e58185f368dc368433c26832c.tar.bz2
Don't mention easy_install
That which shall not be named! Remove outdated references to easy_install and point users at the pip installation docs. Closes Homebrew/homebrew#44834. Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'share/doc/homebrew/Homebrew-and-Python.md')
-rw-r--r--share/doc/homebrew/Homebrew-and-Python.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/homebrew/Homebrew-and-Python.md b/share/doc/homebrew/Homebrew-and-Python.md
index 728d9655e..7bb05343c 100644
--- a/share/doc/homebrew/Homebrew-and-Python.md
+++ b/share/doc/homebrew/Homebrew-and-Python.md
@@ -71,7 +71,7 @@ Homebrew builds bindings against the first `python` (and `python-config`) in you
## Policy for non-brewed Python bindings
-These should be installed via `pip install <x>`. To discover, you can use `pip search` or <https://pypi.python.org/pypi>. (**Note:** System Python does not provide `pip`. Simply `easy_install pip` to fix that.)
+These should be installed via `pip install <x>`. To discover, you can use `pip search` or <https://pypi.python.org/pypi>. (**Note:** System Python does not provide `pip`. Follow the instructions at https://pip.readthedocs.org/en/stable/installing/#install-pip to install it for your system Python if you would like it.)
## Brewed Python modules