aboutsummaryrefslogtreecommitdiffstats
path: root/dev.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev.sh')
-rwxr-xr-xdev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev.sh b/dev.sh
index 948be77a..a9c27248 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 ""