Installation

Note

cqc is a library for writing applications which send CQC messages to a backend which can listen to these messages. This library does not come with a backend but you can use the simulator SimulaQron as a backend.

Install from pypi

To install cqc from pypi do:

pip3 install cqc

Install from source

To install cqc from source, clone the repo, cd into the folder and do:

make install

To verify the installation, do:

make verify