Add init command to download dependencies using poetry
This commit is contained in:
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user