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:
		
							parent
							
								
									b3064d16c1
								
							
						
					
					
						commit
						f00c9277ae
					
				@ -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.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user