|
Size: 769
Comment:
|
Size: 858
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| <<TableOfContents(2)>> | |
| Line 7: | Line 8: |
| {{{#!highlight bash | {{{#!highlight sh |
| Line 12: | Line 13: |
| python3 -m venv virtenv . virtenv/bin/activate |
python3 -m venv venv . venv/bin/activate # pip install -r requirements.txt |
| Line 15: | Line 17: |
| find . virtenv/ | find . venv/ ./venv/bin/python -V ./venv/bin/python |
Flask
- Micro web development framework
- Flask depends on the Jinja template engine and the Werkzeug WSGI toolkit.
Example
- nano flaskproj.py
