Create a python virtual environment and install python dependencies. cd evalai virtualenv venv source venv/bin/activate # run this command everytime before working on project pip install -r requirements/dev.txt Change Postgresql credentials in settin…