From 8df7e63d61af6c064a510426b4a1814fcc15ce7b Mon Sep 17 00:00:00 2001 From: resolver101757 Date: Mon, 29 Jul 2024 23:48:41 +0100 Subject: [PATCH] Update README for cross-platform installation compatibility (#347) --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4d3f942..b7c3af23 100644 --- a/README.md +++ b/README.md @@ -65,12 +65,14 @@ Download our source code: ```bash -git clone https://github.com/huggingface/lerobot.git && cd lerobot +git clone https://github.com/huggingface/lerobot.git +cd lerobot ``` Create a virtual environment with Python 3.10 and activate it, e.g. with [`miniconda`](https://docs.anaconda.com/free/miniconda/index.html): ```bash -conda create -y -n lerobot python=3.10 && conda activate lerobot +conda create -y -n lerobot python=3.10 +conda activate lerobot ``` Install 🤗 LeRobot: