Skip to content

Commit 527f300

Browse files
committed
[doc] Fix the pip install block in the install instructions
The markdown code fences rendered literally in Sphinx and were parsed as a title underline. Use an rst literal block and link the PyPI project. Assisted-by: Claude <noreply@anthropic.com>
1 parent 5e479eb commit 527f300

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

doc/install.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ Prerequisites
2323
Installation via pip
2424
--------------------
2525

26-
You can install the latest solid_dmft release simply via pip (PyPi):
27-
```
28-
pip install solid_dmft
29-
```
30-
However, please make sure that you have a valid TRIQS and TRIQS/DFTTools installation matching the version of solid_dmft. Furthermore, you need at least one of the supported DMFT impurity solvers installed to use solid_dmft.
26+
You can install the latest solid_dmft release simply via pip (PyPI)::
27+
28+
pip install solid_dmft
29+
30+
However, please make sure that you have a valid TRIQS and TRIQS/DFTTools installation matching the version of solid_dmft. Furthermore, you need at least one of the supported DMFT impurity solvers installed to use solid_dmft.
31+
32+
See also `pypi.org/project/solid_dmft <https://pypi.org/project/solid_dmft/>`_.
3133

3234
Manual installation via CMake
3335
-----------------------------

0 commit comments

Comments
 (0)