From: gregor herrmann Date: Tue, 12 Jun 2018 17:43:54 +0000 (+0200) Subject: add more needed python3 modules to README X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/commitdiff_plain/68f929e4730c288a903142676712ed190e9a3441 add more needed python3 modules to README --- diff --git a/web/README b/web/README index 19ec585..aa14624 100644 --- a/web/README +++ b/web/README @@ -1,4 +1,4 @@ -Needed package: python3-flask +Needed packages: python3-flask python3-sqlalchemy python3-mysqldb Start with: FLASK_APP=seepark_web.py FLASK_DEBUG=1 SEEPARKINI=~/seewasser.ini flask run