From: gregor herrmann Date: Mon, 6 Aug 2018 12:32:16 +0000 (+0200) Subject: owm.py: add comment about needed packages X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/commitdiff_plain/7756a73dafc4e75cc504a8a3abbf5c6fd91a80bf owm.py: add comment about needed packages --- diff --git a/owm.py b/owm.py index 3265f20..bc99170 100755 --- a/owm.py +++ b/owm.py @@ -6,6 +6,8 @@ # cityid=.. # 3319578 for Obsteig, AT +# needed packaes: python3-mysqldb python3-sqlalchemy + from pprint import pprint import argparse import configparser