Learn Before
Code

Installing and Importing OpenCV

To install OpenCV, run the following command in your terminal:

pip install opencv-python

Note that macOS or Linux users may need to use pip3 instead of pip.

To use OpenCV in a Python script, import the module using:

import cv2

0

1

Updated 2026-07-07

Tags

Python Programming Language

Data Science