We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0039470 commit a86c409Copy full SHA for a86c409
README.md
@@ -26,6 +26,12 @@ This library lets you run machine learning models and collect sensor data on Lin
26
$ git clone https://github.com/edgeimpulse/linux-sdk-python
27
```
28
29
+4. Install pip dependencies:
30
+
31
+ ```
32
+ $ pip3 install -r requirements.txt
33
34
35
For the computer vision examples you'll want `opencv-python>=4.5.1.48`
36
Note on macOS on apple silicon, you will need to use a later version,
37
4.10.0.84 tested and installs cleanly
0 commit comments