mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-05 12:17:21 +00:00
revert change, already done on master.
This commit is contained in:
parent
951fe2f7ed
commit
854dc004ee
1 changed files with 1 additions and 1 deletions
2
dev.bat
2
dev.bat
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue