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