added missing step in OSX installation

This commit is contained in:
Yuri 2025-10-29 14:34:27 +01:00
parent abdc315421
commit eac8665cce
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ pip install cai-framework
## 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