diff --git a/update_requirements.sh b/update_requirements.sh index f05f0b02..0af82839 100755 --- a/update_requirements.sh +++ b/update_requirements.sh @@ -27,6 +27,9 @@ if ! command -v pipenv &> /dev/null; then pip install pipenv fi +echo "update pip" +pip install --upgrade pip + echo "pip packages install ..." pipenv install --dev --deploy --system # update shims for newly installed executables (e.g. scons)