diff options
-rwxr-xr-x | dev | 7 | ||||
-rw-r--r-- | dev.bat | 7 |
2 files changed, 12 insertions, 2 deletions
@@ -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 @@ -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 |