Use poetry to run python dependences
This commit is contained in:
parent
a48c974b6a
commit
4667c85e00
@ -2,9 +2,9 @@
|
||||
|
||||
## Make
|
||||
POETRY=poetry
|
||||
MKDOCS=mkdocs
|
||||
JUPYTER=jupyter
|
||||
UNITTEST=python -m unittest
|
||||
MKDOCS=poetry run mkdocs
|
||||
JUPYTER=poetry run jupyter
|
||||
UNITTEST=poetry run python -m unittest
|
||||
|
||||
## Ankisyncd
|
||||
ANKISYNCD_HOST=0.0.0.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user