File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
.learn/exercises/02.1-flask-installation Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments