You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: worksheet.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,24 +4,25 @@ Install the lightweight web framework Flask and set up a basic web server with d
4
4
5
5
## Installing pip and Flask
6
6
7
-
First you're going to install the Flask package. Make sure you're online before you start.
7
+
First you're going to install the Flask package. Make sure you are connected to the internet either by ethernet cable or wifi before you start.
8
8
9
9
1. Start by opening a Terminal window from the taskbar or applications menu:
10
10
11
11

12
12
13
-
1. Next, you'll need to install `pip`with the following command:
13
+
1. Next, you'll need to install `pip`by typing the following command and pressing **Enter** on the keyboard:
14
14
15
15
```bash
16
16
sudo apt-get install python-pip
17
17
```
18
18
`pip` is a tool for installing Python packages from the Python Packaging Index (PyPi): you can browse packages at [pypi.python.org](https://pypi.python.org/).
0 commit comments