hermes-agent/website/docs/guides
Test a9c405fac9 docs: fix MCP install commands — use uv, not bare pip
The standard install already includes MCP via .[all]. For users who
need to add it separately, the correct command is:
  cd ~/.hermes/hermes-agent && uv pip install -e ".[mcp]"

The venv is created by uv, so bare 'pip' isn't available. All four
occurrences across 3 docs pages updated.
2026-03-18 03:14:58 -07:00
..
_category_.json docs: add Guides & Tutorials section, restructure sidebar 2026-03-08 19:37:34 -07:00
build-a-hermes-plugin.md feat: first-class plugin architecture (#1555) 2026-03-16 07:17:36 -07:00
daily-briefing-bot.md docs: clarify gateway service scopes (#1378) 2026-03-14 21:17:41 -07:00
python-library.md docs: add Guides & Tutorials section, restructure sidebar 2026-03-08 19:37:34 -07:00
team-telegram-assistant.md docs: clarify gateway service scopes (#1378) 2026-03-14 21:17:41 -07:00
tips.md docs(soul): add comprehensive SOUL.md guide 2026-03-14 09:37:26 -07:00
use-mcp-with-hermes.md docs: fix MCP install commands — use uv, not bare pip 2026-03-18 03:14:58 -07:00
use-soul-with-hermes.md docs(soul): add comprehensive SOUL.md guide 2026-03-14 09:37:26 -07:00
use-voice-mode-with-hermes.md fix(tts): document NeuTTS provider and align install guidance (#1903) 2026-03-18 02:55:30 -07:00