Added pip upgrade to upgrade script.

This commit is contained in:
Viktor Petersson
2013-02-14 18:19:41 +01:00
parent 071a2f8c70
commit 8a715ffd5b

View File

@@ -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