From 9b20d9f77d9cab3f7419acef1cc80745dab751f7 Mon Sep 17 00:00:00 2001 From: Charles Bennett Date: Wed, 24 Apr 2024 10:33:30 -0400 Subject: [PATCH] fix: Re-add install clause of Makefile. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 815ccc03..4174a428 100644 --- a/Makefile +++ b/Makefile @@ -84,6 +84,10 @@ clean: ${MANAGE} flush ${PYTHON} -m pip uninstall -y -r requirements.txt +#install: Install application along with required development packages +install: + ${PYTHON} -m pip install --upgrade pip + ${PYTHON} -m pip install -r requirements.txt #test: Run all tests test: