summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-01-29 21:22:08 +0000
committerJavier Jardón <jjardon@gnome.org>2017-01-30 00:01:43 +0000
commitfc6dfc8a73ea93c16697d31353613d78161285a5 (patch)
tree17537d9673548bde193042bf1e25ac3e2d6ec8e9
parent4c6cf3e3f8abae4d41e493282095059941ce778a (diff)
downloadybd-fc6dfc8a73ea93c16697d31353613d78161285a5.tar.gz
install_dependencies.sh: Update pip if possible
-rwxr-xr-xinstall_dependencies.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/install_dependencies.sh b/install_dependencies.sh
index 4aca6c5..1b9e6ed 100755
--- a/install_dependencies.sh
+++ b/install_dependencies.sh
@@ -86,4 +86,6 @@ if [ $? -ne 0 ]; then
$SUDO rm get-pip.py
fi
+$SUDO pip install -U pip
+
$SUDO pip install -r requirements.freeze.txt