|
|
il y a 3 ans | |
|---|---|---|
| parsers | il y a 3 ans | |
| samples | il y a 3 ans | |
| templates | il y a 3 ans | |
| .gitignore | il y a 3 ans | |
| app.log | il y a 3 ans | |
| app.py | il y a 3 ans | |
| app.wsgi | il y a 3 ans | |
| readme.md | il y a 3 ans | |
| requirements.txt | il y a 3 ans |
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)