From 032200e32cd8850c132353a586d45888f5256f38 Mon Sep 17 00:00:00 2001 From: Simon Alibert Date: Wed, 27 Mar 2024 17:05:04 +0100 Subject: [PATCH] Typo fix --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f76ffcd..fa1725fc 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,8 @@ As of now, this repository is tested on Python 3.10 and PyTorch 2.2.1. We don't have a build released yet (coming soon!), so to install 🤗 LeRobot you need to clone this repo first: ```bash -git clone https://github.com/scikit-build/cmake-python-distributions.git +git clone https://github.com/huggingface/lerobot.git +cd lerobot ``` You should install 🤗 LeRobot in a [virtual environment](https://docs.python.org/3/library/venv.html). If you're unfamiliar with Python virtual environments, check out the [user guide](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/).