revert change, already done on master.

This commit is contained in:
Jim Shaver 2015-06-23 20:47:36 -05:00
parent 951fe2f7ed
commit 854dc004ee
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
@echo off
set VENV=..\venv.mitmproxy
virtualenv %VENV% || echo virtualenv is not installed. Exiting.
virtualenv %VENV%
call %VENV%\Scripts\activate.bat
pip install --src .. -r requirements.txt