This is the inkerboard application.
- Python 3.5+
Install for the current user:
$ python -m pip install . --user
Run the application:
$ python -m inkerboard --help
Run the test suite:
$ pytest test/
Build documentation:
$ sphinx-build -b html doc doc/_build/html