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

Commit 4311973

Browse files
authored
Merge pull request #466 from Qiskit/jaygambetta-patch-3
Update INSTALL.md
2 parents a1bd25b + 2ab254d commit 4311973

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

INSTALL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ At least [Python 3.5 or later](https://www.python.org/downloads/) is required to
2727
When there are no issues with dependencies, Qiskit can be simply installed using
2828

2929
```
30-
pip install qiskit qiskit-aqua qiskit-aqua-chemistry
30+
pip install qiskit qiskit-aqua qiskit-chemistry
3131
```
3232

3333
Or, pre-installed qiskit can be updated using
3434

3535
```
36-
pip install -U qiskit qiskit-aqua qiskit-aqua-chemistry
36+
pip install -U qiskit qiskit-aqua qiskit-chemistry
3737
```
3838

3939
However, in case of issues with dependencies, we recommend the following installation procedure:
@@ -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)