This commit is contained in:
Peter Braden 2019-03-20 09:46:54 +00:00
parent ad22b452c0
commit 28d73408b5

View File

@ -18,7 +18,6 @@ You'll need OpenCV 2.3.1 or newer installed before installing node-opencv.
## Specific for macOS
Install OpenCV using brew
```bash
brew tap homebrew/science
brew install opencv@2
brew link --force opencv@2
```