Error while installing opencv

I ran the following command on the anaconda command prompt.
install -c conda-forge opencv
It says ‘install’ is not recognised as an internal or external command.

Hey @aniketdogra09, before install you also have to type conda. I have specified the whole command as :

conda install -c conda-forge opencv

Hope now it works for you.