Upgrade pip in update-dev.sh

pull/1410/head
Matthew D. Scholefield 2018-02-07 12:18:01 -06:00 committed by GitHub
parent 955ed1810f
commit fd92a2c5d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@ else
fi
source "${VIRTUALENV_ROOT}/bin/activate"
easy_install pip==7.1.2
easy_install pip==9.0.1
pip install --upgrade virtualenv
pip install -r requirements.txt