Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 460 Bytes

setup.rst

File metadata and controls

18 lines (15 loc) · 460 Bytes

Setup

Requires: Python >= 3.4

Install package: pip install qpu
Install 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 test
With tox: python -m tox

Generate documentation

python setup.py docs