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 c320bcd commit 9109464Copy full SHA for 9109464
en/step_5.md
@@ -5,13 +5,13 @@ Now you're going to set up a basic web application with Flask and Python. You wi
5
- Using the Terminal, make a new directory for your project.
6
7
```bash
8
-mkdir mywebserver
+mkdir webapp
9
```
10
11
- Use the change directory command to open it.
12
13
14
-cd mywebserver
+cd webapp
15
16
17
- Open Python 3 from the main menu.
0 commit comments