How to install OpenCV in Python 3 simple #2

preview_player
Показать описание
HOW TO INSTALL OpenCV or CV2 module for python 3 on Ubuntu or Linux
There are 2 lines:
sudo apt-get install python3-pip
pip3 install opencv-python
after this you can simply check if the instalation is succes by writing python3 then import cv2 then cv2.__version__ to see the version
Рекомендации по теме
join shbcf.ru