From 44228c5c42725d3418705163fc134c41ccdb6672 Mon Sep 17 00:00:00 2001 From: nyxst4ck Date: Fri, 17 Jul 2026 04:54:20 -0300 Subject: [PATCH] docs: quote pip extras install examples (#395) * docs: quote pip extras install examples * docs: quote research extra in analyzer messages --------- Co-authored-by: nyxst4ck <289980115+nyxst4ck@users.noreply.github.com> --- README.md | 2 +- src/heretic/analyzer.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 346848c..6128e7b 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ provides features designed to support research into the semantics of model inter optional `research` extra: ```sh -pip install -U heretic-llm[research] +pip install -U 'heretic-llm[research]' ``` This gives you access to the following functionality: diff --git a/src/heretic/analyzer.py b/src/heretic/analyzer.py index 1fb30bf..4d88424 100644 --- a/src/heretic/analyzer.py +++ b/src/heretic/analyzer.py @@ -42,7 +42,7 @@ class Analyzer: ( "[red]Research dependencies not found. Printing residual geometry requires " "installing Heretic with the optional research feature, i.e., " - 'using "pip install -U heretic-llm\\[research]".[/]' + "using \"pip install -U 'heretic-llm\\[research]'\".[/]" ) ) return @@ -168,7 +168,7 @@ class Analyzer: ( "[red]Research dependencies not found. Plotting residuals requires " "installing Heretic with the optional research feature, i.e., " - 'using "pip install -U heretic-llm\\[research]".[/]' + "using \"pip install -U 'heretic-llm\\[research]'\".[/]" ) ) return