Skip to content

Commit c042fb9

Browse files
committed
Install latest pip on install script (#1696)
1 parent d5600e7 commit c042fb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/install

+1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ else
1515
PIP="pip"
1616
fi
1717

18+
"$PIP" install -U pip
1819
"$PIP" install -r "$REQUIREMENTS"

0 commit comments

Comments
 (0)