diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -163,6 +163,9 @@ local DEFAULT_SETTINGS = { 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. -- |
