How to Build a Weather App using Django in Python To run this: $ pip3 install -r requirements.txt Put your OpenWeatherMap API key in API_KEY variable in the weatherupdates/views.py file. Run the app via: $ python manage.py runserver