Web Application Requirements pyenv Set up Install the python version used for the project pyenv install Create a virtual environment: virtualenv -p $(pyenv which python) venv Install dependencies: pip install -r requirements.txt