Setup¶
Requires: Python >= 3.4
Install package:
pip install qpuInstall test tools:
pip install qpu[TEST]Install linter (for tox tests):
pip install qpu[LINT]Install documentation tools:
pip install qpu[DOCS]Install everything:
pip install qpu[ALL]Test¶
Without tox (no linter checks):
python setup.py testWith tox:
python -m toxGenerate documentation¶
python setup.py docs