简体   繁体   中英

How can I install Open CV after I installed Python 3?

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:

  1. Open your anaconda prompt
  2. Select your environment activate my_env (for base env skip this step)
  3. Install opencv using pip install opencv-python
  4. Further install additional pkgs using pip install opencv-contrib-python

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM