I downloaded and install Anaconda 3 on my computer windows and now I'd like to add OpenCV.
What's the easiest way to do it ?
I downloaded and install Anaconda 3 on my computer windows and now I'd like to add OpenCV.
What's the easiest way to do it ?
This is how I do it on windows:
anaconda prompt
activate my_env
(for base env skip this step)pip install opencv-python
pip install opencv-contrib-python