|
|
3 years ago | |
|---|---|---|
| parsers | 3 years ago | |
| samples | 3 years ago | |
| templates | 3 years ago | |
| .gitignore | 3 years ago | |
| app.log | 3 years ago | |
| app.py | 3 years ago | |
| app.wsgi | 3 years ago | |
| readme.md | 3 years ago | |
| requirements.txt | 3 years ago |
To get flask running (use Python 3!):
[Optional but recommendend] Create and activate virtual environment by:
Install Flask by executing:
[Optional] Activate Debug Mode by setting the environment variable:
Start the app by executing:
(vscode can do 3. and 4. automatically, and possibly the venv setup too)