- Make sure that you have python3 and pip3 ← if not go back and get it
- Check if pip3 and python3 are correctly installed.
- Upgrade you’r pip to avoid errors during installation.
- Enter the following command to install Opencv 4 using pip3.
- Test time, import it in your python terminal to verify if the installation has been done properly.
pip3 install --upgrade pip
pip3 install opencv-python
import cv2
# If these didn't generate any issue then you got it.