Use poetry to run python dependences
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user