Skip to content

Commit a14ca8a

Browse files
author
Martin O'Hanlon
committed
step 1 fixes
1 parent cbff320 commit a14ca8a

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

en/step_1.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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 ---

en/step_2.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,21 @@
22

33
You'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

0 commit comments

Comments
 (0)