update readme
This commit is contained in:
parent
441df93ec8
commit
b661b750b8
2 changed files with 13 additions and 1 deletions
12
README.md
12
README.md
|
@ -0,0 +1,12 @@
|
|||
# Keldermap
|
||||
|
||||
## requirements
|
||||
|
||||
python 3.8
|
||||
poetry
|
||||
|
||||
## run
|
||||
|
||||
`poetry install`
|
||||
|
||||
`poetry run python3 keldermap/main.py`
|
|
@ -57,4 +57,4 @@ def update():
|
|||
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(debug=True)
|
||||
app.run(debug=False)
|
Loading…
Reference in a new issue