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
|
@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)
|
# .env.example (anki-sync-server)
|
||||||
|
|
||||||
## Make
|
## Make
|
||||||
|
POETRY=poetry
|
||||||
MKDOCS=mkdocs
|
MKDOCS=mkdocs
|
||||||
JUPYTER=jupyter
|
JUPYTER=jupyter
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user