Add setup command

This commit is contained in:
Luke Murphy 2020-04-05 13:08:03 +02:00
parent c3f0324d5a
commit 81e6af44dc
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -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