Skip to content

docs(hermes): install the adapter from the checkout — hermes-elephant is not on PyPI - #33

Merged
gigabyte22 merged 1 commit into
mainfrom
docs/hermes-adapter-install-from-checkout
Aug 7, 2026
Merged

docs(hermes): install the adapter from the checkout — hermes-elephant is not on PyPI#33
gigabyte22 merged 1 commit into
mainfrom
docs/hermes-adapter-install-from-checkout

Conversation

@gigabyte22

Copy link
Copy Markdown
Owner

Follow-up to #32, which merged just before this landed.

The README told people to pip install hermes-elephant. That distribution is built and verified but not published, so the command does not resolve — anyone following the README verbatim gets No matching distribution found.

Points at the checkout instead, which you need anyway for the service, and targets hermes's own venv so the package is already in the right place if entry-point discovery lands upstream (NousResearch/hermes-agent#80493):

~/.hermes/hermes-agent/venv/bin/pip install ./adapters/hermes
~/.hermes/hermes-agent/venv/bin/hermes-elephant install

Switch back to the PyPI form once hermes-elephant is published — the name is currently unclaimed.

Also drops a stale pip install -U reference in the staleness note, and gitignores dist/.

Docs only.

…yPI yet

The README told people to `pip install hermes-elephant`, which does not resolve:
the distribution is built and verified but unpublished. Anyone following it
verbatim got "No matching distribution found".

Install from the elephant checkout instead, which you need anyway for the
service, and target hermes's own venv so the package is already in place if
entry-point discovery lands upstream. Switch back to the PyPI form once
published.

Also drops the stale `pip install -U` reference in the staleness note and
gitignores dist/.
@gigabyte22
gigabyte22 force-pushed the docs/hermes-adapter-install-from-checkout branch from f4eb133 to 5d5a1f0 Compare August 7, 2026 20:34
@gigabyte22
gigabyte22 merged commit 13f42cc into main Aug 7, 2026
3 checks passed
@gigabyte22
gigabyte22 deleted the docs/hermes-adapter-install-from-checkout branch August 7, 2026 20:36
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