- #1
fog37
- 1,568
- 108
- TL;DR Summary
- Installing OpenCV, python
Hello Everyone,
I am trying to install OpenCV, which is a library for image processing. I am downloading the Python Anaconda distribution where to use OpenCV. I read that the following commands are needed at the prompt:
conda install -c conda-forge opencv
install means install the library. conda is the installation manager for Anaconda (when using regular Python, i.e. without downloading any distributions, we can install libraries without any extra command like conda, correct?)
What about the -c part? What does it mean?
And what does the keyword forge mean and do in the context of uploading the library?
Thank you!
I am trying to install OpenCV, which is a library for image processing. I am downloading the Python Anaconda distribution where to use OpenCV. I read that the following commands are needed at the prompt:
conda install -c conda-forge opencv
install means install the library. conda is the installation manager for Anaconda (when using regular Python, i.e. without downloading any distributions, we can install libraries without any extra command like conda, correct?)
What about the -c part? What does it mean?
And what does the keyword forge mean and do in the context of uploading the library?
Thank you!