We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3ffe2 commit f5eeeafCopy full SHA for f5eeeaf
en/step_1.md
@@ -11,6 +11,12 @@ The web server will be able to react to the dynamic content that the user inputs
11
12
- A Raspberry Pi with the latest Raspberry Pi OS
13
14
+
15
+--- collapse ---
16
+---
17
+title: Installing Flask
18
19
20
`Flask` should be pre-installed as part of Raspberry Pi OS, but you can also install it with the command
21
22
--- code ---
@@ -19,4 +25,5 @@ language: bash
25
line_numbers: false
26
---
27
sudo apt-get install python3-flask
---- /code ---
28
+--- /code ---
29
+--- /collapse ---
0 commit comments