mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-21 15:12:26 +02:00
7 lines
118 B
Makefile
7 lines
118 B
Makefile
PYTHON_VERSION ?= 3.13
|
|
|
|
.PHONY: run-basic
|
|
run-basic:
|
|
uv run --python $(PYTHON_VERSION) python examples/basic_run.py
|
|
|