The Table how to start run each command in your terminal python -m venv env cd env/Scripts activate.bat //In CMD or Activate.ps1 //In Powershel cd .. cd .. pip install -r requirements.txt only to close project deactivate