Skip to content

Commit 8449443

Browse files
committed
more version changes
1 parent afb2ddd commit 8449443

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ sudo apt install -y libhdf5-100 libharfbuzz0b libwebp6 libjasper1 libilmbase12 l
100100
Install open-cv and rpi-security:
101101

102102
```console
103+
sudo pip3 install opencv-contrib-python opencv-contrib-python-headless
103104
sudo pip3 install --no-binary :all: https://github.com/FutureSharks/rpi-security/archive/1.4.zip
104105
```
105106

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
'pyyaml',
3333
'scapy==2.4.3',
3434
'Pillow==6.2.1',
35-
'opencv-contrib-python==3.4.4.19',
36-
'opencv-contrib-python-headless==3.4.4.19',
35+
'opencv-contrib-python',
36+
'opencv-contrib-python-headless',
3737
],
3838
classifiers = [
3939
'Environment :: Console',

0 commit comments

Comments
 (0)