Skip to content

Commit df46503

Browse files
author
Dario Limongi
authored
Update README.md
1 parent 5d3ca01 commit df46503

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,14 @@ sudo ldconfig
3535
Go to test folder and launch the test.py file:
3636
```
3737
cd OpenCV_4_Raspberry_PI/test
38+
sudo pip2 install imutils
3839
python2 test.py
3940
```
4041

4142
Or for Python 3:
4243
```
44+
cd OpenCV_4_Raspberry_PI/test
45+
sudo pip3 install imutils
4346
python3 test.py
4447
```
4548

0 commit comments

Comments
 (0)