Remove note about pip bug with pip v1 vs pip v2 return codes

Refs #27996
This commit is contained in:
rallytime 2015-10-15 15:17:36 -06:00
parent 6f8925ee84
commit f08d488313

View file

@ -250,12 +250,6 @@ def installed(name,
'''
Make sure the package is installed
.. note::
There is a known issue when using pip v1.0 that causes ``pip install`` to return
1 when executed without arguments. See :issue:`21845` for details and
potential workarounds.
name
The name of the python package to install. You can also specify version
numbers here using the standard operators ``==, >=, <=``. If