From 942eec9332cc7a7a46ea69955e2b314edad18278 Mon Sep 17 00:00:00 2001 From: Michel Aractingi Date: Thu, 27 Nov 2025 17:35:37 +0100 Subject: [PATCH] nit in docs --- docs/source/unitree_g1.mdx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/source/unitree_g1.mdx b/docs/source/unitree_g1.mdx index cb9e307ec..b27fd1ea2 100644 --- a/docs/source/unitree_g1.mdx +++ b/docs/source/unitree_g1.mdx @@ -172,10 +172,6 @@ With the robot server running, you can now control the robot from your laptop. ### Step 1: Install LeRobot with Unitree G1 Support (on your laptop) ```bash -# Install lerobot with unitree_g1 extras -pip install 'lerobot[unitree_g1]' - -# Or if installing from source: pip install -e '.[unitree_g1]' ```