# yamily Define family trees in YAML ## setup ```sh $ sudo apt-get install python3-yaml # optional on debian $ pip3 install --user --upgrade yamily ``` ## develop ```sh $ git clone git@git.hammerle.me:fphammerle/yamily.git $ cd yamily $ git config --local core.hooksPath .githooks/ ```