Skip to content

Commit fe19faa

Browse files
committed
small edit to 3 READMEs
1 parent 1fcc18a commit fe19faa

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

flask/part3_templates/ex1-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This 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
88
python students2.py

flask/part3_templates/ex2-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This app differs from the Example 1 app in only one respect: It uses a base temp
44

55
This 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
1010
python students2.py

flask/part3_templates/ex3-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

55
This 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
1010
python students4.py

0 commit comments

Comments
 (0)