From 7e55a2128714deaa66526360e617beb8076c505b Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Wed, 24 Feb 2016 08:29:24 +0100 Subject: [PATCH] fix #977 --- dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev.sh b/dev.sh index 948be77aa..a9c272482 100755 --- a/dev.sh +++ b/dev.sh @@ -4,7 +4,7 @@ VENV=./venv python -m virtualenv $VENV --always-copy . $VENV/bin/activate -pip install -U pip +pip install -U pip setuptools pip install -r requirements.txt echo ""