#!/bin/sh
pip3 install . --user
while inotifywait -re close_write .; do pip3 install . --user; done
