We provide a Makefile to ease with setting up a development environment.
make initwill setup a simple python virtual env and install the packagemake testwill run the test suite with the current environmentmake test-allwill run all the tests accross different environments withtox