all: clean install install: python setup.py install clean: rm -rf build rm -rf dist rm -rf scour.egg-info