Skip to content

Commit

Permalink
updated macOS build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lanxinger committed Mar 21, 2024
1 parent 6e11092 commit 5a30eb4
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 5a30eb4

Please sign in to comment.