Late tube Create the virtualenv python -m venv env Activate the virtualenv env\Scripts\activate Install python dependencies pip install -r requirements.txt Start the server python main.py