From 4c822f44f54e7bf4448b3b019df4d4f75e9b51ba Mon Sep 17 00:00:00 2001 From: Mikael Nordin Date: Sat, 23 May 2020 14:26:26 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1624831..92260f4 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ mysql -e "CREATE USER 'weather'@'localhost' IDENTIFIED BY 'password'" mysql -e "GRANT ALL PRIVILEGES ON weather.* TO 'weather'@'localhost'" mysql weather < /opt/weather/weather.sql ```` +Install requirements: +```` +sudo -u weather pip3 install -r /opt/weather/requirements.txt +```` Configure and run: ```` vim /opt/weather/weather.ini