Add init command to download dependencies using poetry
This commit is contained in:
parent
53a6542ac5
commit
692f9a004c
6
Makefile
6
Makefile
@ -23,4 +23,8 @@ notebooks:
|
||||
|
||||
%:
|
||||
@test -f scripts/${*}.sh
|
||||
@${SHELL} scripts/${*}.sh
|
||||
@${SHELL} scripts/${*}.sh
|
||||
|
||||
.PHONY: init #: Download Python dependencies.
|
||||
init:
|
||||
@${POETRY} install
|
||||
@ -1,6 +1,7 @@
|
||||
# .env.example (anki-sync-server)
|
||||
|
||||
## Make
|
||||
POETRY=poetry
|
||||
MKDOCS=mkdocs
|
||||
JUPYTER=jupyter
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user