Skip to content

Commit b700177

Browse files
committed
Install latest pip on install script (encode#1696)
1 parent 48bb744 commit b700177

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)