- open the terminal (Ctrl+R + cmd)
- check Python3 installation:
py --version - go to official website to learn details: https://pypi.org/project/opencv-python/
- choose the most complete package and run:
py -m pip install opencv-contrib-python - check installation by entering the Python REPL:
py - import tha library:
import cv2