image: Install python3-opencv

This commit is contained in:
Alexey Rogachevskiy
2019-12-09 20:13:04 +03:00
parent 0fb22e817d
commit 9f097f56c5
3 changed files with 9 additions and 0 deletions

7
builder/test/tests_py3.py Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env python3
# Make sure our Python 3 software is installed
import cv2
print(cv2.getBuildInformation())