aboutsummaryrefslogtreecommitdiffstats
path: root/dev.sh
diff options
context:
space:
mode:
authorParth Ganatra <ganatraparth1995@gmail.com>2016-02-23 16:42:22 +0530
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-02-23 19:59:30 +0100
commited5260290f41a7bcba61974bd597cfb0f607ce53 (patch)
tree676156abd9322af9e982f8338656eeba9aca6a3a /dev.sh
parentdca9139fb27b155584cfe1d7e41fbba82a064b6c (diff)
downloadmitmproxy-ed5260290f41a7bcba61974bd597cfb0f607ce53.tar.gz
mitmproxy-ed5260290f41a7bcba61974bd597cfb0f607ce53.tar.bz2
mitmproxy-ed5260290f41a7bcba61974bd597cfb0f607ce53.zip
Update dev.sh
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..948be77a 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 ""