add installation instructions,fix install scripts permissions and add shebang to run.py

This commit is contained in:
2024-01-17 15:07:32 +01:00
parent fda6a996da
commit 5be06f2f7d
3 changed files with 14 additions and 0 deletions

1
run.py
View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
from flaskapp import app
if __name__ == '__main__':