From b49cb50e0135cdac7ac0260be1cf6402e145d8a8 Mon Sep 17 00:00:00 2001 From: Kunal Date: Wed, 29 Jul 2026 22:16:20 +0530 Subject: [PATCH] =?UTF-8?q?docs(agent-guide):=20prioritize=20uv=20over=20p?= =?UTF-8?q?ip=20in=20=C2=A74.1=20install=20block=20(#3799)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Altman <64389901+Altman-conquer@users.noreply.github.com> Co-authored-by: Steven Palma --- AGENT_GUIDE.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/AGENT_GUIDE.md b/AGENT_GUIDE.md index 03b270dce..c5308ce89 100644 --- a/AGENT_GUIDE.md +++ b/AGENT_GUIDE.md @@ -61,15 +61,19 @@ Full details in [`docs/source/so101.mdx`](./docs/source/so101.mdx) and [`docs/so **4.1 Install** ```bash -pip install 'lerobot[feetech]' # SO-100/SO-101 motor stack -# pip install 'lerobot[all]' # everything -# pip install 'lerobot[aloha,pusht]' # specific features -# pip install 'lerobot[smolvla]' # add SmolVLA deps -git lfs install && git lfs pull -hf auth login # required to push datasets/policies -``` +# uv (recommended — see AGENTS.md and CLAUDE.md) +uv sync --locked --extra feetech # SO-100/SO-101 motor stack +# uv sync --locked --extra all # everything +# uv sync --locked --extra smolvla # add SmolVLA deps -Contributors can alternatively use `uv sync --locked --extra feetech` (see `AGENTS.md`). +# pip (alternative, e.g. when not working from source) +# pip install 'lerobot[feetech]' +# pip install 'lerobot[all]' +# pip install 'lerobot[smolvla]' + +git lfs install && git lfs pull +hf auth login # required to push datasets/policies +``` **4.2 Find USB ports** — run once per arm, unplug when prompted.