install python
Tue Jan 11 2022 17:21:34 GMT+0000 (Coordinated Universal Time)
Saved by
@webCycle
//Windows
$ pip install opencv-python
//MacOS
$ brew install opencv3 --with-contrib --with-python3
//Linux
$ sudo apt-get install libopencv-dev python-opencv
content_copyCOPY
Comments