From 5a30eb4ada25f4c6fe6bf747228b182ed8a2b59c Mon Sep 17 00:00:00 2001 From: Markus Lanxinger Date: Thu, 21 Mar 2024 14:57:08 +0100 Subject: [PATCH] updated macOS build instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 587ecb6..4734e6e 100644 --- a/README.md +++ b/README.md @@ -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: