mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Add poetry install to makefile (#1436)
This commit is contained in:
parent
a7e42ff0a3
commit
567e2c2b35
1
Makefile
1
Makefile
@ -128,6 +128,7 @@ install-python-dependencies:
|
|||||||
poetry run pip install chroma-hnswlib; \
|
poetry run pip install chroma-hnswlib; \
|
||||||
fi
|
fi
|
||||||
@poetry install --without evaluation
|
@poetry install --without evaluation
|
||||||
|
@poetry run playwright install --with-deps chromium
|
||||||
@echo "$(GREEN)Python dependencies installed successfully.$(RESET)"
|
@echo "$(GREEN)Python dependencies installed successfully.$(RESET)"
|
||||||
|
|
||||||
install-frontend-dependencies:
|
install-frontend-dependencies:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user