Add poetry install to makefile (#1436)

This commit is contained in:
Graham Neubig
2024-04-28 17:40:37 -04:00
committed by GitHub
parent a7e42ff0a3
commit 567e2c2b35

View File

@@ -128,6 +128,7 @@ install-python-dependencies:
poetry run pip install chroma-hnswlib; \
fi
@poetry install --without evaluation
@poetry run playwright install --with-deps chromium
@echo "$(GREEN)Python dependencies installed successfully.$(RESET)"
install-frontend-dependencies: