docs: add Homebrew install option to CLI docs (#5160)

Add Homebrew install option to CLI docs
This commit is contained in:
Mason Daugherty
2025-06-23 11:33:12 -04:00
committed by GitHub
parent c78197a583
commit 946d23213d
+6 -1
View File
@@ -9,13 +9,18 @@ search:
## Installation
The LangGraph CLI can be installed via pip:
The LangGraph CLI can be installed via pip or [Homebrew](https://brew.sh/):
=== "pip"
```bash
pip install langgraph-cli
```
=== "Homebrew"
```bash
brew install langgraph-cli
```
## Commands
LangGraph CLI provides the following core functionality: