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

Commit

Permalink
Aqua is now included in pip install qiskit. Doesn't need its own pi…
Browse files Browse the repository at this point in the history
…p call. (#247)
  • Loading branch information
derivation authored May 6, 2019
1 parent 60e4e26 commit cb9d0e1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,12 @@ Or, if you're using Windows, use the following command.
activate name_of_my_env
Next, install the Qiskit package, which includes Terra, Aer, and Ignis.
Then, install Qiskit Aqua.
Next, install the Qiskit package, which includes Terra, Aer, Ignis, and Aqua.

.. code:: sh
pip install qiskit
.. code:: sh
pip install qiskit-aqua
If the packages installed correctly, you can run ``conda list`` to see the active
packages in your virtual environment.

Expand Down

0 comments on commit cb9d0e1

Please sign in to comment.