mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-08 03:01:47 +00:00
docs(faq): use messaging extra for gateway deps
This commit is contained in:
parent
391e3fff56
commit
144ba71a33
1 changed files with 2 additions and 2 deletions
|
|
@ -418,8 +418,8 @@ Configure in `~/.hermes/config.yaml` under your gateway's settings. See the [Mes
|
|||
|
||||
**Solution:**
|
||||
```bash
|
||||
# Install messaging dependencies
|
||||
pip install "hermes-agent[telegram]" # or [discord], [slack], [whatsapp]
|
||||
# Install core messaging gateway dependencies
|
||||
pip install "hermes-agent[messaging]" # Telegram, Discord, Slack, and shared gateway deps
|
||||
|
||||
# Check for port conflicts
|
||||
lsof -i :8080
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue