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