Skip to content

Commit beddd9f

Browse files
committed
Update install instructions
1 parent eb57824 commit beddd9f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ This library lets you run machine learning models and collect sensor data on Lin
77
1. Install a recent version of [Python 3](https://www.python.org/downloads/).
88
1. Install the SDK:
99

10+
**Raspberry Pi**
11+
12+
```
13+
$ sudo apt-get install libatlas-base-dev libportaudio0 libportaudio2 libportaudiocpp0 portaudio19-dev
14+
$ pip3 install edge_impulse_linux -i https://pypi.python.org/simple
15+
```
16+
17+
**Other platforms**
18+
1019
```
1120
$ pip3 install edge_impulse_linux
1221
```

0 commit comments

Comments
 (0)