From: gregor herrmann Date: Thu, 5 Jul 2018 17:19:57 +0000 (+0200) Subject: README: add python3-flask-sqlalchemy X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/commitdiff_plain/b986a4736e1027ea0f74e14f040c8241cb5760f7 README: add python3-flask-sqlalchemy (which depends on python3-flask and python3-sqlalchemy) --- diff --git a/web/README b/web/README index aa14624..cb74f0d 100644 --- a/web/README +++ b/web/README @@ -1,4 +1,4 @@ -Needed packages: python3-flask python3-sqlalchemy python3-mysqldb +Needed packages: (python3-flask python3-sqlalchemy) python3-mysqldb python3-flask-sqlalchemy Start with: FLASK_APP=seepark_web.py FLASK_DEBUG=1 SEEPARKINI=~/seewasser.ini flask run