Skip to content

Commit

Permalink
Merge pull request pierotofy#52 from lanxinger/main
Browse files Browse the repository at this point in the history
updated macOS build instructions
  • Loading branch information
pierotofy authored Mar 21, 2024
2 parents 6e11092 + 5a30eb4 commit 19310e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,12 @@ for example: arch=compute_75,code=sm_75

### macOS

If you're using [Homebrew](https://brew.sh), you can install OpenCV by running:
If you're using [Homebrew](https://brew.sh), you can install Cmake/OpenCV/Pytorch by running:

```bash
brew install cmake
brew install opencv
brew install pytorch
```

Then run:
Expand Down

0 comments on commit 19310e7

Please sign in to comment.