python --version pip install virtualenv cd path/to/your/project virtualenv venv venv\Scripts\activate pip install -r requirements.txt