storesource commited on
Commit
6eae6ee
1 Parent(s): 10a4b89

Create reinstall_opencv.sh

Browse files
Files changed (1) hide show
  1. reinstall_opencv.sh +7 -0
reinstall_opencv.sh ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ # Update package lists (adjust if needed)
4
+ pip install --upgrade pip
5
+
6
+ # Reinstall OpenCV
7
+ pip install opencv-python