Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@ pip install awsiotsdk
pip install ./aws-iot-device-sdk-python-v2
```

## Install for Raspberry Pi ([buster](https://www.raspberrypi.org/downloads/raspbian/))

```
sudo apt-get update
sudo apt-get install cmake
sudo apt-get install libssl-dev
sudo pip install awscrt
sudo pip install awsiotsdk
```

# Samples

## pubsub
Expand Down