From 6e63d3a4a298b1b331822f7167cef5e0ba9243a4 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 13 Mar 2014 08:54:44 -0700 Subject: [PATCH] Add install -e . to Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 62667e15..161f6d0f 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: