Skip to content

Commit

Permalink
Update README.md with the Xcode Command Line Tools
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrequ authored May 30, 2024
1 parent 9e89d72 commit 408ecd2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 408ecd2

Please sign in to comment.