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>
This commit is contained in:
nyxst4ck
2026-07-17 04:54:20 -03:00
committed by GitHub
parent 02ebf7a751
commit 44228c5c42
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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:
+2 -2
View File
@@ -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