Fix readme
This commit is contained in:
parent
2bd1e23c1b
commit
5df1df43ca
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -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
|
||||
````
|
||||
|
|
Loading…
Add table
Reference in a new issue