mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-25 11:18:22 +00:00
6 lines
145 B
Makefile
6 lines
145 B
Makefile
install:
|
|
uv sync
|
|
|
|
dev:
|
|
uvx --refresh --from "langgraph-cli[inmem]" --with-editable . --python 3.12 langgraph dev --no-browser --allow-blocking
|