Browse Source

Include a >=10.0.1 for pip -U pip

pull/235/head
Ross McFarland 8 years ago
parent
commit
4f577bbcab
No known key found for this signature in database GPG Key ID: 61C10C4FC8FE4A89
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      script/bootstrap

+ 1
- 1
script/bootstrap View File

@ -19,7 +19,7 @@ if [ ! -d "$VENV_NAME" ]; then
fi
. "$VENV_NAME/bin/activate"
pip install -U pip
pip install -U 'pip>=10.0.1'
pip install -r requirements.txt
if [ "$ENV" != "production" ]; then


Loading…
Cancel
Save