From ec6413231c607da2a623475001374faf575075d4 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Wed, 14 May 2014 21:47:42 +0200 Subject: [PATCH] [TASK] Add install command to Makefile. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 97c8419..7257a2e 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,4 @@ run: twistd -n monitorbot +install: + pip install -r requirements.txt