From b661b750b894d4151a9f3ab910fd66dd0154f4f7 Mon Sep 17 00:00:00 2001 From: Francis Date: Thu, 16 Jan 2020 02:23:37 +0100 Subject: [PATCH] update readme --- README.md | 12 ++++++++++++ keldermap/main.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e69de29..fe87e94 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,12 @@ +# Keldermap + +## requirements + +python 3.8 +poetry + +## run + +`poetry install` + +`poetry run python3 keldermap/main.py` diff --git a/keldermap/main.py b/keldermap/main.py index 8b61624..6ba854e 100644 --- a/keldermap/main.py +++ b/keldermap/main.py @@ -57,4 +57,4 @@ def update(): if __name__ == '__main__': - app.run(debug=True) \ No newline at end of file + app.run(debug=False) \ No newline at end of file