This app uses the Dark Sky API to fetch data. To obtain the API key, please visit following URL https://darksky.net/dev
Download Anaconda distribution from the following link https://www.anaconda.com/download/
conda create python=3.6 -n gm-weather-app
source activate gm-weather-app
pip install -r Dark-Sky-Flask-App/requirements.txt