aboutsummaryrefslogtreecommitdiffstats
path: root/dev.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev.sh')
-rwxr-xr-xdev.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev.sh b/dev.sh
index dfb31a55..a9c27248 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 setuptools
pip install -r requirements.txt
echo ""