File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ title: What you will need
2222
2323+ [ Python 3] ( https://www.python.org/downloads/ )
2424
25- [[[ generic-python-install-python3]]]
26-
2725--- /collapse ---
2826
2927--- collapse ---
Original file line number Diff line number Diff line change 22
33You're going to set up a basic web application with Flask and Python.
44
5- First you'll need to install the Flask package. Make sure you are connected to the internet before you start .
5+ If you don't already have Python 3 on your computer you will need to download and install it .
66
77--- task ---
88
9- Install the ` flask ` Python module using ` pip ` .
9+ [ Download Python 3] ( https://www.python.org/downloads/ ) and install it.
10+
11+ [[[ generic-python-install-python3]]]
12+
13+ --- /task ---
14+
15+ You will also need to install the Flask package.
16+
17+ --- task ---
18+
19+ Install the ` flask ` Python module using ` pip ` . Make sure you are connected to the internet before you start.
1020
1121[[[ generic-python-installing-with-pip]]]
1222
You can’t perform that action at this time.
0 commit comments