diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-02-24 08:29:24 +0100 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-02-24 08:29:24 +0100 |
commit | 7e55a2128714deaa66526360e617beb8076c505b (patch) | |
tree | cfb5f25b1ef82452341761753452d8a29288c527 | |
parent | 02ec4c820743f98f3145820979bedad26a3c85e8 (diff) | |
download | mitmproxy-7e55a2128714deaa66526360e617beb8076c505b.tar.gz mitmproxy-7e55a2128714deaa66526360e617beb8076c505b.tar.bz2 mitmproxy-7e55a2128714deaa66526360e617beb8076c505b.zip |
fix #977
-rwxr-xr-x | dev.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 "" |