Skip to content

Commit

Permalink
Update build-opencv.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
danini committed Sep 7, 2023
1 parent 470769f commit ce7958f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/build-opencv.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Build and install and opencv on Windows
# Install numpy
pip install numpy

# Build and install and opencv on Windows
git clone --depth 1 --branch 3.4.5 https://github.com/opencv/opencv.git
mkdir opencv/build
cd opencv/build
Expand Down

0 comments on commit ce7958f

Please sign in to comment.