Update README for cross-platform installation compatibility (#347)

This commit is contained in:
resolver101757
2024-07-29 23:48:41 +01:00
committed by GitHub
parent 7a3cb1ad34
commit 8df7e63d61

View File

@@ -65,12 +65,14 @@
Download our source code: Download our source code:
```bash ```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): Create a virtual environment with Python 3.10 and activate it, e.g. with [`miniconda`](https://docs.anaconda.com/free/miniconda/index.html):
```bash ```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: Install 🤗 LeRobot: