aboutsummaryrefslogtreecommitdiffstats
path: root/dev.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev.sh')
-rw-r--r--dev.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev.sh b/dev.sh
index 2e29c8e1..dfb31a55 100644
--- a/dev.sh
+++ b/dev.sh
@@ -4,9 +4,7 @@ VENV=./venv
python -m virtualenv $VENV --always-copy
. $VENV/bin/activate
-pip install -e ./netlib[dev]
-pip install -e ./pathod[dev]
-pip install -e ./mitmproxy[dev,examples,contentviews]
+pip install -r requirements.txt
echo ""
echo "* Created virtualenv environment in $VENV."