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.
2 parents cd8ed8d + 5a54b98 commit 9297822Copy full SHA for 9297822
articles/iot-edge/quickstart-linux.md
@@ -26,6 +26,15 @@ This quickstart uses your computer or virtual machine like an Internet of Things
26
27
* Python pip, to install the IoT Edge runtime.
28
* 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
38
* MacOS: `sudo easy_install pip`.
39
* Docker, to run the IoT Edge modules
40
* [Install Docker for Linux][lnk-docker-ubuntu] and make sure that it's running.
0 commit comments