File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33This Flask app, using templates, is explained in the README in [ flask/part3_templates] ( ../ ) .
44
5- To run it (assuming you have Flask installed):
5+ To run it (assuming you are in a Python 3 virtualenv with Flask installed):
66
77``` bash
88python students2.py
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This app differs from the Example 1 app in only one respect: It uses a base temp
44
55This Flask app, using templates, is explained in the README in [ flask/part3_templates] ( ../ ) .
66
7- To run it (assuming you have Flask installed):
7+ To run it (assuming you are in a Python 3 virtualenv with Flask installed):
88
99``` bash
1010python students2.py
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This app differs from the Example 2 app in a huge way: Each route calls a new fu
44
55This Flask app is explained in the README in [ flask/part3_templates] ( ../ ) .
66
7- To run it (assuming you have Flask installed):
7+ To run it (assuming you are in a Python 3 virtualenv with Flask installed):
88
99``` bash
1010python students4.py
You can’t perform that action at this time.
0 commit comments