Installation#
Installation from PyPI:
pip install dwave-system
Note
As of dwave-system
1.28.0, support for dwave-drivers
is removed (it
was used for calibration of qubits in chains via VirtualGraphComposite
,
but it’s no longer required due to improved calibration of newer QPUs).
Installation from source:
pip install -r requirements.txt
python setup.py install