From 8dc0c7a9ee4166269051fd8525e953c152f7d33b Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 13 Mar 2014 08:54:30 -0700 Subject: [PATCH] Add install -e . to Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 62667e1..161f6d0 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,7 @@ py_env: requirements.txt rm -rf py_env virtualenv py_env bash -c 'source py_env/bin/activate && \ + pip install -e . && \ pip install -r requirements.txt' clean: