Skip to content

Commit

Permalink
Always use latest version of pip.
Browse files Browse the repository at this point in the history
Installation should start by updating `pip` to the latest version.

Resolves issue noted in #2334 (comment)
  • Loading branch information
tomchristie committed Oct 5, 2022
1 parent 9f70f54 commit bb2413f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ else
PIP="pip"
fi

"$PIP" install -U pip
"$PIP" install -r "$REQUIREMENTS"
"$PIP" install -e .

0 comments on commit bb2413f

Please sign in to comment.