Merge pull request #16319 from cho-m/docs-pip-search

docs: remove `pip search` recommendation
This commit is contained in:
Patrick Linnane 2023-12-12 10:08:05 -08:00 committed by GitHub
commit 23f6ad6d10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ Some formulae provide 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.