From 8a715ffd5bbb65614bee1c4fdfcbb38ad41a95e2 Mon Sep 17 00:00:00 2001 From: Viktor Petersson Date: Thu, 14 Feb 2013 18:19:41 +0100 Subject: [PATCH] Added pip upgrade to upgrade script. --- misc/upgrade.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/upgrade.sh b/misc/upgrade.sh index 3dfca654..971f467a 100755 --- a/misc/upgrade.sh +++ b/misc/upgrade.sh @@ -6,6 +6,9 @@ echo "Fetching the latest update..." cd ~/screenly git pull +echo "Ensuring all Python modules are installed" +sudo pip install -r requirements.txt + echo "Running migration..." python misc/migrate.py