Skip to content

Commit

Permalink
Always use latest version of pip. (#2396)
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 encode/httpx#2334 (comment)
  • Loading branch information
WorldStar0126 committed Oct 5, 2022
1 parent 01cb308 commit 31da577
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 31da577

Please sign in to comment.