From ed5260290f41a7bcba61974bd597cfb0f607ce53 Mon Sep 17 00:00:00 2001 From: Parth Ganatra Date: Tue, 23 Feb 2016 16:42:22 +0530 Subject: [PATCH] Update dev.sh --- dev.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dev.sh b/dev.sh index dfb31a55f..948be77aa 100755 --- a/dev.sh +++ b/dev.sh @@ -4,6 +4,7 @@ VENV=./venv python -m virtualenv $VENV --always-copy . $VENV/bin/activate +pip install -U pip pip install -r requirements.txt echo ""