From 0b80c9f98d7030a16c73a7162979105da75518d1 Mon Sep 17 00:00:00 2001 From: Stephen Jaya Date: Fri, 2 Oct 2020 23:43:48 +0700 Subject: [PATCH] add make install command --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index e38c3ab..22436aa 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,5 @@ +install: + pipenv install --dev + test: pytest