mirror of https://github.com/encode/starlette.git
Install latest pip on `install` script (#1894)
Co-authored-by: Tom Christie <tom@tomchristie.com>
This commit is contained in:
parent
fecaad5fef
commit
212fa46b23
|
@ -15,4 +15,5 @@ else
|
|||
PIP="pip"
|
||||
fi
|
||||
|
||||
"$PIP" install -U pip
|
||||
"$PIP" install -r "$REQUIREMENTS"
|
||||
|
|
Loading…
Reference in New Issue