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.
```
This commit is contained in:
Michael Cho 2023-12-12 12:21:32 -05:00
parent b3064d16c1
commit f00c9277ae
No known key found for this signature in database
GPG Key ID: 55E85E28A7CD1E85

View File

@ -71,7 +71,7 @@ Some formulae provide Python bindings.
## Policy for non-brewed Python bindings ## Policy for non-brewed Python bindings
These should be installed via `pip install <package>`. To discover, you can use `pip search` or <https://pypi.org>. These should be installed via `pip install <package>`. To discover, you can use <https://pypi.org/search>.
**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. **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.