1 | initial version |
Just use
pip install opencv-python
from your anaconda environment .It should fetch the latest version that is available for anaconda python environment .
if you want any specific version of opencv, then use pip install opencv-python==3.4.2
Hope this helps
2 | No.2 Revision |
Just use
pip install opencv-python
from your anaconda environment .It should fetch the latest version that is available for anaconda python environment .
if you want any specific version of opencv, then use
use
pip install opencv-python==3.4.2
Hope this helps