Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 351 Bytes

HACKING.rst

File metadata and controls

21 lines (12 loc) · 351 Bytes

Building vulnix

To create a development environment, use a Python 3 virtualenv:

python3 -m venv .
bin/pip install -e ".[test]"

Run tests:

bin/py.test

Building man pages

The provided makefile needs ronn to convert Markdown to troff:

make -C doc