batch file for updating pip dependencies on prebuilt

This commit is contained in:
Jeremy Hummel 2019-09-14 18:02:33 -07:00
commit 4a6d8812dc

View file

@ -0,0 +1,7 @@
@echo off
call ..\setenv.bat
python -m pip install Flask==1.1.1
python -m pip install flask-socketio==4.2.1
pause