From 81e6af44dc19a4a7400a26e164171f9975b7893a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 5 Apr 2020 13:08:03 +0200 Subject: [PATCH] Add setup command --- makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/makefile b/makefile index 573fc5e..dfd1058 100644 --- a/makefile +++ b/makefile @@ -10,3 +10,7 @@ serve: .PHONY: hbbs hbbs: @fab -H $(REMOTE_HOST) hbbs + +.PHONY: setup +setup: + @python3 -m virtualenv .venv && .venv/bin/pip install -r requirements.txt