To create a development environment, use a Python 3 virtualenv:
python3 -m venv . bin/pip install -e ".[test]"
Run tests:
bin/py.test
The provided makefile needs ronn to convert Markdown to troff:
make -C doc
To create a development environment, use a Python 3 virtualenv:
python3 -m venv . bin/pip install -e ".[test]"
Run tests:
bin/py.test
The provided makefile needs ronn to convert Markdown to troff:
make -C doc