Skip to content

Commit e2ddaf3

Browse files
committed
Front page
1 parent f5eeeaf commit e2ddaf3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

en/step_1.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,17 @@ Set up a web server and create a simple website using Flask, Python, and HTML/CS
66

77
The web server will be able to react to the dynamic content that the user inputs.
88

9-
10-
### You will need
11-
12-
- A Raspberry Pi with the latest Raspberry Pi OS
9+
You will need a Raspberry Pi with the latest Raspberry Pi OS
1310

1411

1512
--- collapse ---
1613
---
1714
title: Installing Flask
1815
---
1916

20-
`Flask` should be pre-installed as part of Raspberry Pi OS, but you can also install it with the command
17+
`Flask` should be pre-installed as part of Raspberry Pi OS, so you shouldn't need to do anything.
18+
19+
You can install it manually with the command:
2120

2221
--- code ---
2322
---

0 commit comments

Comments
 (0)