update readme

This commit is contained in:
Francis 2020-01-16 02:23:37 +01:00
parent 441df93ec8
commit b661b750b8
No known key found for this signature in database
GPG Key ID: 071BEA4C2B10077C
2 changed files with 13 additions and 1 deletions

View File

@ -0,0 +1,12 @@
# Keldermap
## requirements
python 3.8
poetry
## run
`poetry install`
`poetry run python3 keldermap/main.py`

View File

@ -57,4 +57,4 @@ def update():
if __name__ == '__main__':
app.run(debug=True)
app.run(debug=False)