VideoFileUniqueness#OpenCV installation Guideline Run the following two commands if you are using Linux:pip install --upgrade pippip install opencv-pythonThen, open your IPython notebook and test the following code:import cv2 as cv print(cv.version)