mirror of https://github.com/aliasrobotics/cai.git
Add Homebrew installation step for OS X in CAI Pro v0.5 guide
This commit is contained in:
parent
2d10bb45ac
commit
a780e68129
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue