Skip to content

docs: quote pip install extras to fix zsh glob errors#2815

Merged
teknium1 merged 1 commit intomainfrom
hermes/hermes-e6c9dba2
Mar 24, 2026
Merged

docs: quote pip install extras to fix zsh glob errors#2815
teknium1 merged 1 commit intomainfrom
hermes/hermes-e6c9dba2

Conversation

@teknium1
Copy link
Copy Markdown
Contributor

zsh interprets [ and ] as glob patterns. Running pip install hermes-agent[voice] in zsh fails with no matches found: hermes-agent[voice].

Fixed 12 instances across 5 docs pages by quoting the package spec:

pip install "hermes-agent[voice]"

Also fixed unquoted sglang[all] and litellm[proxy] in configuration.md.

Reported by OFumik0OP.

zsh interprets square brackets as glob patterns, so
`pip install hermes-agent[voice]` fails with 'no matches found'.
Quote all pip install commands with extras across 5 docs pages (12 instances).

Reported by OFumik0OP.
@teknium1 teknium1 merged commit 0b993c1 into main Mar 24, 2026
2 checks passed
InB4DevOps pushed a commit to InB4DevOps/hermes-agent that referenced this pull request Mar 24, 2026
)

zsh interprets square brackets as glob patterns, so
`pip install hermes-agent[voice]` fails with 'no matches found'.
Quote all pip install commands with extras across 5 docs pages (12 instances).

Reported by OFumik0OP.
InB4DevOps pushed a commit to InB4DevOps/hermes-agent that referenced this pull request Mar 25, 2026
)

zsh interprets square brackets as glob patterns, so
`pip install hermes-agent[voice]` fails with 'no matches found'.
Quote all pip install commands with extras across 5 docs pages (12 instances).

Reported by OFumik0OP.
outsourc-e pushed a commit to outsourc-e/hermes-agent that referenced this pull request Mar 26, 2026
)

zsh interprets square brackets as glob patterns, so
`pip install hermes-agent[voice]` fails with 'no matches found'.
Quote all pip install commands with extras across 5 docs pages (12 instances).

Reported by OFumik0OP.
aashizpoudel pushed a commit to aashizpoudel/hermes-agent that referenced this pull request Mar 30, 2026
)

zsh interprets square brackets as glob patterns, so
`pip install hermes-agent[voice]` fails with 'no matches found'.
Quote all pip install commands with extras across 5 docs pages (12 instances).

Reported by OFumik0OP.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant