We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb57824 commit beddd9fCopy full SHA for beddd9f
1 file changed
README.md
@@ -7,6 +7,15 @@ This library lets you run machine learning models and collect sensor data on Lin
7
1. Install a recent version of [Python 3](https://www.python.org/downloads/).
8
1. Install the SDK:
9
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
19
```
20
$ pip3 install edge_impulse_linux
21
0 commit comments