aboutsummaryrefslogtreecommitdiffstats
path: root/dev.bat
diff options
context:
space:
mode:
Diffstat (limited to 'dev.bat')
-rw-r--r--dev.bat7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev.bat b/dev.bat
index ca864806..303c804e 100644
--- a/dev.bat
+++ b/dev.bat
@@ -3,4 +3,9 @@ set VENV=..\venv.mitmproxy
virtualenv %VENV%
call %VENV%\Scripts\activate.bat
-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