From 7470db9794443f8c0537dbf11b7ff236597750dc Mon Sep 17 00:00:00 2001 From: David Todd Date: Mon, 27 May 2019 13:36:21 -0500 Subject: [PATCH] Install plugins in `make install` --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a8a2604..9511204 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ install: @virtualenv venv @source venv/bin/activate @pip install -r requirements.txt + plugins uninstall: @echo 'noop'