From f081c3948a1a8d7067d82a340418af80fba023b9 Mon Sep 17 00:00:00 2001 From: INOPIAE Date: Fri, 17 Jul 2020 05:44:01 +0200 Subject: [PATCH] upd: add some info for system requirements --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d1390f..20331c3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Installation -Requires 3. +Requires Python 3 and a running PostgreSQL installation. + +For a productive environment use a nginx webserver. + To install: ``` virtualenv -p python3 . @@ -8,6 +11,8 @@ pip install -r requirements.txt ``` Then edit config.py.example into config.py with your database connection +## Development and debug + To debug-run linux: ``` LANG=C.UTF-8 FLASK_DEBUG=1 FLASK_APP=motion.py flask run -- 2.39.2