mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
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:
parent
67dc1c4e7a
commit
7900fae44f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user