InstallationΒΆ

Installation from PyPI:

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

Installation from source:

pip install -r requirements.txt --extra-index-url https://pypi.dwavesys.com/simple
python setup.py

Downloaded with this package is a dependency called dwave-system-tuning that has a restricted license. To view the license details:

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

To uninstall the proprietary components:

pip uninstall dwave-system-tuning