Skip to content

Commit 34212c8

Browse files
authored
Update "Installation Issues" in README (#178)
1 parent a97b97f commit 34212c8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,15 @@ python3 -m pip install ./aws-iot-device-sdk-python-v2
4242

4343
### Installation Issues
4444

45-
`awsiotsdk` depends on [awscrt](https://github.com/awslabs/aws-crt-python), which makes use of C extensions. Precompiled wheels are downloaded when installing on major platforms (Mac, Windows, Linux, Raspbian. If wheels are unavailable for your platform, your machine must compile some C libraries. If you encounter issues, install the following and try again:
45+
`awsiotsdk` depends on [awscrt](https://github.com/awslabs/aws-crt-python), which makes use of C extensions. Precompiled wheels are downloaded when installing on major platforms (Mac, Windows, Linux, Raspberry Pi OS). If wheels are unavailable for your platform, your machine must compile some C libraries. If you encounter issues, be sure the following are installed and try again:
46+
47+
* CMake 3.1+
48+
* Python headers and libs
4649

4750
```
4851
sudo apt-get update
4952
sudo apt-get install cmake
50-
sudo apt-get install libssl-dev
53+
sudo apt-get install python3-dev
5154
```
5255

5356
## Mac-Only TLS Behavior

0 commit comments

Comments
 (0)