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

Commit 7624096

Browse files
authored
Update INSTALL.md
1 parent c19edc5 commit 7624096

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
@@ -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:

0 commit comments

Comments
 (0)