Add Homebrew installation step for OS X in CAI Pro v0.5 guide

This commit is contained in:
Rufino Cabrera 2025-10-29 15:03:55 +01:00
parent 2d10bb45ac
commit a780e68129
1 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,10 @@ Although we do not provide official support for other operating systems, we offe
### OS X
```bash
# Install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Install dependencies
brew update && \
brew install git python@3.12