python3 -m venv env
.\env\Scripts\activate.bat
python3 -m pip install -r requirements.txt
echo Done
pause