Development Setup

Initial setup on Arch Linux

pyenv virtualenv 3.7.4 fundoshi
pyenv activate fundoshi
poetry install

Routine stuff

make test
make realtest
make docs
... (see Makefile)