Last active
March 31, 2022 08:38
-
-
Save stefanschmidt/5ace2ef51fda48d9b9f2b947ad388ea1 to your computer and use it in GitHub Desktop.
Install latest built distribution of OpenCV python bindings on macOS Mojave with Homebrew and pip
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install [email protected] | |
pip3.9 install opencv-python==4.5.1.48 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment