Page 1 of 1

How do I delete CV?

PostPosted: Thu May 12, 2022 5:06 am
by KrayZSin
I am wanting to delete CV but I cannot find the install directory. Needless to say I have found a different version of CV I would like to use but need to delete the original first in order to be able to use it.

Re: How do I delete CV?

PostPosted: Thu May 12, 2022 9:16 pm
by Mad
Not sure what you mean by delete CV.
If you want to delete a script just right click the folder in the file explorer and click "Delete to trash"
Otherwise just run the python uninstaller.

Re: How do I delete CV?

PostPosted: Fri Jan 06, 2023 7:51 am
by ComputerVisionAim-As
It depends but normal if using window command prompt you would use
Code: Select all
pip uninstall opencv-python
but if you are looking to update you can use
Code: Select all
pip install --upgrade opencv-python