Skip to content

Latest commit

 

History

History
77 lines (48 loc) · 2.18 KB

INSTALL.md

File metadata and controls

77 lines (48 loc) · 2.18 KB

Qiskit Aqua Tutorials

Guide for Installation and Setup

1. Download the Aqua Tutorials and Samples

The easiest way is to download the tutorials. Unzip the archive in the directory of your choice.

More advanced users may choose to use git. If you have git installed, run

git clone https://github.com/Qiskit/aqua-tutorials.git

If you need to install git follow the instructions here.

2. Refer to Qiskit Terra installation

Aqua depends on Qiskit Terra. While installation of Aqua will automatically install Qiskit Terra we encourage you to read the Qiskit tutorial installation and follow the recommendation there for setting up a virtual environment.

3. Install Aqua

Note: If you plan to run the Aqua Chemistry you may like to skip to step 4 below, since that will automatically install Aqua as its dependency.

The latest release version of Aqua should be the one installed.

The latest release can be installed using

pip install qiskit-aqua

If you have an older version pre-installed then it can be updated using

pip install -U qiskit-aqua

4. Install Aqua Chemistry

If you plan to run the Aqua Chemistry notebooks or samples then this needs to be installed as well. This will automatically install Aqua as a dependency, so in this case manually carrying out step 3 above is not necessary.

The latest release version of Aqua Chemistry should be the one installed.

The latest release can be installed using

pip install qiskit-aqua-chemistry

If you have an older version pre-installed then it can be updated using

pip install -U qiskit-aqua-chemistry

5. Explore the tutorials

In step 2 above, if you followed the recommendation of a virtual environment then please refer to Qiskit explore the tutorials for information on how to activate the environment.

You can now start Jupyter with the index notebook

jupyter notebook index.ipynb