Add init command to download dependencies using poetry

This commit is contained in:
Vikash Kothary
2020-12-23 23:22:16 +00:00
parent 53a6542ac5
commit 692f9a004c
2 changed files with 6 additions and 1 deletions

View File

@@ -23,4 +23,8 @@ notebooks:
%:
@test -f scripts/${*}.sh
@${SHELL} scripts/${*}.sh
@${SHELL} scripts/${*}.sh
.PHONY: init #: Download Python dependencies.
init:
@${POETRY} install