Just another project. :)
Consider climatic conditions to evaluate the spead of Covid-19.
OS X & Linux:
pip3 install -r requirements.txt
python3 wsgi.pyWindows:
pip install -r requirements.txt
python wsgi.pyFor more examples and usage, please refer to the Flask Doc.
Python3 and pip should be installed.
pip install virtualenv
virtualenv nasa
source nasa/bin/activate (for Linux and Mac)
\nasa\Scripts\activate (for Windows)
pip install -r requirements.txt
python wsgi.py (for Windows)
python3 wsgi.py (for Linux)- Fork it (https://github.com/ayushmankumar7/covid-nasa/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request