|
5 months ago | |
---|---|---|
parsers | 5 months ago | |
samples | 5 months ago | |
templates | 5 months ago | |
.gitignore | 5 months ago | |
app.log | 5 months ago | |
app.py | 5 months ago | |
app.wsgi | 5 months ago | |
readme.md | 5 months ago | |
requirements.txt | 5 months 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)