Skip to content

Commit 03e6026

Browse files
committed
README: fixed link, added missing libraries in Raspbian
1 parent b14b7bd commit 03e6026

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ This library lets you run machine learning models and collect sensor data on Lin
44

55
## Installation guide
66

7-
1. Install a recent version of [Python 3](https://www.python.org/downloads/).
7+
1. Install a recent version of [Python 3](https://www.python.org/downloads/) and `pip` tools.
88
1. Install the SDK:
99

1010
**Raspberry Pi**
1111

1212
```
13-
$ sudo apt-get install libatlas-base-dev libportaudio0 libportaudio2 libportaudiocpp0 portaudio19-dev
13+
$ sudo apt-get install libatlas-base-dev libportaudio0 libportaudio2 libportaudiocpp0 portaudio19-dev libopenjp2-7 libgtk-3-0 libswscale-dev libavformat58 libavcodec58
1414
$ pip3 install edge_impulse_linux -i https://pypi.python.org/simple
1515
```
1616
@@ -36,7 +36,7 @@ To collect data from the camera or microphone, follow the [getting started guide
3636
3737
### Collecting data from other sensors
3838
39-
To collect data from other sensors you'll need to write some code to collect the data from an external sensor, wrap it in the Edge Impulse Data Acquisition format, and upload the data to the Ingestion service. [Here's an end-to-end example](https://github.com/edgeimpulse/linux-sdk-python/blob/master/custom/collect.py).
39+
To collect data from other sensors you'll need to write some code to collect the data from an external sensor, wrap it in the Edge Impulse Data Acquisition format, and upload the data to the Ingestion service. [Here's an end-to-end example](https://github.com/edgeimpulse/linux-sdk-python/blob/master/examples/custom/collect.py).
4040
4141
## Classifying data
4242

0 commit comments

Comments
 (0)