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. --- doc/mason.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') 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. -- -- cgit v1.2.3-70-g09d2