@echo off python -m venv venv call venv\Scripts\deactivate.bat call venv\Scripts\activate.bat python test.py