mirror of https://github.com/aliasrobotics/cai.git
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:
parent
cd956813f0
commit
faf9802d4c
|
|
@ -6,6 +6,10 @@ pip install cai-framework
|
||||||
|
|
||||||
## OS X
|
## OS X
|
||||||
```bash
|
```bash
|
||||||
|
# Install homebrew
|
||||||
|
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||||
|
|
||||||
|
# Install dependencies
|
||||||
brew update && \
|
brew update && \
|
||||||
brew install git python@3.12
|
brew install git python@3.12
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue