Skip to content

Commit cddafdf

Browse files
committed
Remove unnecessary package installation
1 parent df41fe5 commit cddafdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Example of Cross Compiling the Azure IoT SDK for Python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Other required software:
3232

3333
Install these packages with:
3434
```
35-
sudo apt-get install cmake git build-essential curl libcurl4-openssl-dev libssl-dev uuid-dev
35+
sudo apt-get install cmake git build-essential
3636
```
3737
Your toolchain will also need to include the developer versions of OpenSSL, curl, and uuid.
3838
### Editing Files

0 commit comments

Comments
 (0)