|
Size: 793
Comment:
|
Size: 839
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 8: | Line 8: |
| {{{#!highlight bash | {{{#!highlight sh |
| Line 13: | Line 13: |
| python3 -m venv virtenv | python3 -m venv venv |
| Line 15: | Line 15: |
| # pip install -r requirements.txt | |
| Line 16: | Line 17: |
| find . virtenv/ | find . venv/ ./venv/bin/python |
Flask
- Micro web development framework
- Flask depends on the Jinja template engine and the Werkzeug WSGI toolkit.
Example
- nano flaskproj.py
