We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb2ddd commit 8449443Copy full SHA for 8449443
README.md
@@ -100,6 +100,7 @@ sudo apt install -y libhdf5-100 libharfbuzz0b libwebp6 libjasper1 libilmbase12 l
100
Install open-cv and rpi-security:
101
102
```console
103
+sudo pip3 install opencv-contrib-python opencv-contrib-python-headless
104
sudo pip3 install --no-binary :all: https://github.com/FutureSharks/rpi-security/archive/1.4.zip
105
```
106
setup.py
@@ -32,8 +32,8 @@
32
'pyyaml',
33
'scapy==2.4.3',
34
'Pillow==6.2.1',
35
- 'opencv-contrib-python==3.4.4.19',
36
- 'opencv-contrib-python-headless==3.4.4.19',
+ 'opencv-contrib-python',
+ 'opencv-contrib-python-headless',
37
],
38
classifiers = [
39
'Environment :: Console',
0 commit comments