Skip to content

Commit 8f3b5cc

Browse files
authored
Update README.md
1 parent c7bc48b commit 8f3b5cc

File tree

1 file changed

+5
-5
lines changed
  • .learn/exercises/02.1-flask-installation

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# `02.1` Install Flask
22

3-
Now we have to install our first package dependency for this project: [Flask](https://flask.palletsprojects.com/en/1.1.x/).
3+
Now we have to install our first package dependency for this project: [Flask](https://flask.palletsprojects.com/).
44

5-
## 📝Instructions:
5+
## 📝 Instructions:
66

7-
1. Run the following command on your terminal to install the flask package:
7+
1. Run the following command on your terminal to install the Flask package:
88

99
```bash
1010
$ pipenv install flask
1111
```
1212

13-
## Expected output:
13+
## 💻 Expected output:
1414

1515
![Expected console ouput](../../assets/install-flask.png?raw=true)
1616

17-
Test your step and click `next →` continue.
17+
Follow the steps and click `next →` to continue.

0 commit comments

Comments
 (0)