diff --git a/Makefile b/Makefile index c2359eb..5e5c18b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ SHELL = /bin/bash -build: +build: install lint + +install: pip install -r requirements.txt && \ python setup.py install