From 6600d2af20fc8df1765fbc68283de2a4da17e190 Mon Sep 17 00:00:00 2001 From: William Boman Date: Wed, 16 Nov 2022 19:59:10 +0100 Subject: feat(pip): add setting to upgrade pip before installing packages (#671) Closes #616. --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 0c0cfaba..ea22a306 100644 --- a/README.md +++ b/README.md @@ -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. -- -- cgit v1.2.3-70-g09d2