.PHONY: simplebot
simplebot:
	echo y | pip uninstall simplebot; pip install .
