aboutsummaryrefslogtreecommitdiffstats
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rwxr-xr-xdev7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev b/dev
index 457b69cf..9f66cbaf 100755
--- a/dev
+++ b/dev
@@ -3,4 +3,9 @@ VENV=../venv.mitmproxy
virtualenv $VENV
source $VENV/bin/activate
-pip install --src .. -r requirements.txt \ No newline at end of file
+pip install --src .. -r requirements.txt
+
+echo ""
+echo "* Created virtualenv environment in $VENV."
+echo "* Installed all dependencies into the virtualenv."
+echo "* Activated virtualenv environment." \ No newline at end of file