Skip to content

Commit 9297822

Browse files
authored
Merge pull request #8363 from damonbarry/patch-3
Update quickstart-linux.md
2 parents cd8ed8d + 5a54b98 commit 9297822

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/iot-edge/quickstart-linux.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ This quickstart uses your computer or virtual machine like an Internet of Things
2626

2727
* Python pip, to install the IoT Edge runtime.
2828
* Linux: `sudo apt-get install python-pip`.
29+
30+
> [!Note]
31+
> On certain distributions (such as Raspbian), you might also need to upgrade certain pip packages and install additional dependencies:
32+
33+
```
34+
sudo pip install --upgrade setuptools pip
35+
sudo apt-get install python2.7-dev libffi-dev libssl-dev
36+
```
37+
2938
* MacOS: `sudo easy_install pip`.
3039
* Docker, to run the IoT Edge modules
3140
* [Install Docker for Linux][lnk-docker-ubuntu] and make sure that it's running.

0 commit comments

Comments
 (0)