InstallationΒΆ

Installation from PyPI:

pip install dwave-system

Installation from PyPI with drivers:

Note

Prior to v0.3.0, running pip install dwave-system installed a driver dependency called dwave-system-tuning. This dependency has a restricted license and has been made optional as of v0.3.0, but is highly recommanded. To view the license details:

from dwave.system.tuning import __license__
print(__license__)

To install with optional dependencies:

pip install dwave-system[drivers] --extra-index-url https://pypi.dwavesys.com/simple

Installation from source:

pip install -r requirements.txt
python setup.py

Note that installing from source installs dwave-system-tuning. To uninstall the proprietary components:

pip uninstall dwave-system-tuning