diff --git a/makefile b/makefile index 4f93dd2..fed66e1 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ install: @echo "--- 🚀 Installing project ---" - pip install -e ".[dev, docs, tests,tutorials,all]" + pip install -e ".[dev, docs, tests,tutorials,all,dacy]" static-type-check: @echo "--- 🔍 Running static type check ---"