Fix readme

This commit is contained in:
Mikael Nordin 2020-05-22 16:34:28 +02:00 committed by GitHub
parent 2bd1e23c1b
commit 5df1df43ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,12 @@
# weather
Some pythonscripts that get weather data from SMHI and calculates evapotranspiration
Some pythonscripts that get weather data from SMHI and calculates evapotranspiration.
Needs a mysql database:
````
mysql -e "CREATE DATABASE weather"
mysql weather < weather.sql
vim weather.ini
./getweather.py
./aggregateweather.py
````