module.pip: added doc for new option "use_wheel"

pip state and module got new option for pip>=1.4 called "use_wheel". State got properly updated doc for this change, but module not. This commit adds two lines of doc for pip module too.
This commit is contained in:
Jan Vlčinský 2013-08-26 13:14:02 +02:00
parent 67dc1c4e7a
commit 7900fae44f

View File

@ -138,6 +138,8 @@ def install(pkgs=None,
(/home/code/path/to/virtualenv/) (/home/code/path/to/virtualenv/)
env env
deprecated, use bin_env now deprecated, use bin_env now
use_wheel
Prefer wheel archives (requires pip>=1.4)
log log
Log file where a complete (maximum verbosity) record will be kept Log file where a complete (maximum verbosity) record will be kept
proxy proxy