Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit 8c41613

Browse files
authored
Update INSTALL.md
1 parent 7624096 commit 8c41613

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ python -m ipykernel install --user --name Qiskitenv --display-name "Python (Qisk
116116
jupyter notebook index.ipynb
117117
```
118118

119-
## 5. Visualizing Circuits with Latex
120-
You can visualize your quantum circuits directly from Qiskit. Qiskit circuit drawers are based on matplotlib and latex. The matplotlib version is entirely native to Python, and thus easy to use. The Latex version produces publication-quality circuit images, but relies on some pre-requisite software. These include the `pdflatex` compiler for rendering latex documents, and the Poppler library for converting PDF to image. To get these:
119+
## 5. [Optional] Visualizing Circuits with Latex
120+
You can visualize your quantum circuits directly from Qiskit. Qiskit circuit drawers support Text, Latex and matplotlib. The text and matplotlib version is entirely native to Python, and thus easy to use. The Latex version produces publication-quality circuit images, but relies on some pre-requisite software. These include the `pdflatex` compiler for rendering latex documents, and the Poppler library for converting PDF to image. To get these:
121121

122122
On Linux:
123123

0 commit comments

Comments
 (0)