diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/mason.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/mason.txt b/doc/mason.txt index d16dbc40..645a15c1 100644 --- a/doc/mason.txt +++ b/doc/mason.txt @@ -215,6 +215,9 @@ Example: PATH = "prepend", pip = { + -- Whether to upgrade pip to the latest version in the virtual environment before installing packages. + upgrade_pip = false, + -- These args will be added to `pip install` calls. Note that setting extra args might impact intended behavior -- and is not recommended. -- |
