Skip to content

Commit f5eeeaf

Browse files
committed
Move to collapse
1 parent 3d3ffe2 commit f5eeeaf

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

en/step_1.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ The web server will be able to react to the dynamic content that the user inputs
1111

1212
- A Raspberry Pi with the latest Raspberry Pi OS
1313

14+
15+
--- collapse ---
16+
---
17+
title: Installing Flask
18+
---
19+
1420
`Flask` should be pre-installed as part of Raspberry Pi OS, but you can also install it with the command
1521

1622
--- code ---
@@ -19,4 +25,5 @@ language: bash
1925
line_numbers: false
2026
---
2127
sudo apt-get install python3-flask
22-
--- /code ---
28+
--- /code ---
29+
--- /collapse ---

0 commit comments

Comments
 (0)