upgrade pip

old-commit-hash: 92bc71c2e7
commatwo_master
Greg Hogan 5 years ago
parent 6b238ea78d
commit f9db1e3728
  1. 3
      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)

Loading…
Cancel
Save