From f00c9277aee7a5824a9e2d2646f53383534eabee Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Tue, 12 Dec 2023 12:21:32 -0500 Subject: [PATCH] docs: remove `pip search` recommendation This is no longer supported and will just error with: ``` ERROR: XMLRPC request failed [code: -32500] RuntimeError: PyPI no longer supports 'pip search' (or XML-RPC search). Please use https://pypi.org/search (via a browser) instead. See https://warehouse.pypa.io/api-reference/xml-rpc.html#deprecated-methods for more information. ``` --- docs/Homebrew-and-Python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Homebrew-and-Python.md b/docs/Homebrew-and-Python.md index 361b91004c..50e6135f96 100644 --- a/docs/Homebrew-and-Python.md +++ b/docs/Homebrew-and-Python.md @@ -71,7 +71,7 @@ Some formulae provide Python bindings. ## Policy for non-brewed Python bindings -These should be installed via `pip install `. To discover, you can use `pip search` or . +These should be installed via `pip install `. To discover, you can use . **Note:** macOS's system Python does not provide `pip`. Follow the [pip documentation](https://pip.pypa.io/en/stable/installation/) to install it for your system Python if you would like it.