From 408ecd219a826230cce420f245013d60f362030c Mon Sep 17 00:00:00 2001 From: alexandrequ <43775103+alexandrequ@users.noreply.github.com> Date: Thu, 30 May 2024 17:55:49 +0200 Subject: [PATCH] Update README.md with the Xcode Command Line Tools --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 378ab8f..4c2f014 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,12 @@ conda create --name arcjetcv conda-forge::arcjetcv ``` #### Note for macOS Users: -Please ensure you use the osx-64 channel from Conda Forge when installing arcjetCV. Currently, arcjetCV is not available on the osx-arm64 channel. + +Please ensure that you have the Xcode Command Line Tools installed: + +```bash +xcode-select --install +``` ### Windows Users and Developers