Installation Now install pipenv with pip $ pip install pipenv Now, we will need to create a virtual environment and install all the dependencies: $ pipenv shell $ pipenv install Runs Activate the virtual environment $ pipenv shell $ python3 wsgi.py