Added missing step in OSX install documentation. (#317)

* added documentation for repl commands and extensions

* added documentation on MCP use, added Chrome example

* added missing step in OSX installation
This commit is contained in:
yuri-alias 2025-10-29 14:44:59 +01:00 committed by GitHub
parent cd956813f0
commit faf9802d4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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