Add install -e . to Makefile
diff --git a/Makefile b/Makefile
index 62667e1..161f6d0 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@
 	rm -rf py_env
 	virtualenv py_env
 	bash -c 'source py_env/bin/activate && \
+		pip install -e . && \
 		pip install -r requirements.txt'
 
 clean: