Installing QClassifyΒΆ

To install QClassify using pip:

pip install qclassify

To instead install QClassify from source, clone this repository, cd into it, and run:

git clone https://github.com/zapatacomputing/QClassify
cd QClassify
python -m pip install -e .

Try executing import qclassify to test the installation in your terminal.

Note that the pyQuil version used requires Python 3.6 or later. For installation on a user QMI, please click here.