Step 1Change all CHANGE_ME in the main.pyStep 2pip -r install requirements.txtStep 3gunicorn -c gunicorn.conf.py -b :5000 main:appStep 4curl localhost:5000Step 5Comment worker_class = 'gevent' in the gunicorn.conf.py and try step 3 and 4 again