Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 495 Bytes

setup.rst

File metadata and controls

18 lines (15 loc) · 495 Bytes

Setup

Requires: Python >= 3.4

Install package: pip install winternitz
Install test tools: pip install winternitz[TEST]
Install linter (for tox tests): pip install winternitz[LINT]
Install documentation tools: pip install winternitz[DOCS]
Install everything: pip install winternitz[ALL]

Test

Without tox (no linter checks): python setup.py test
With tox: python -m tox

Generate documentation

python setup.py docs