chore(install): use miniforge instead of miniconda (#2249)

Co-authored-by: Silvio Traversaro <silvio@traversaro.it>
This commit is contained in:
Steven Palma
2025-10-19 19:19:21 +02:00
committed by GitHub
parent 4d8f242af9
commit 98662e5f24
3 changed files with 12 additions and 5 deletions

View File

@@ -137,7 +137,7 @@ Follow these steps to start contributing:
4. for development, we advise to use a tool like `poetry` or `uv` instead of just `pip` to easily track our dependencies.
Follow the instructions to [install poetry](https://python-poetry.org/docs/#installation) (use a version >=2.1.0) or to [install uv](https://docs.astral.sh/uv/getting-started/installation/#installation-methods) if you don't have one of them already.
Set up a development environment with conda or miniconda:
Set up a development environment with conda:
```bash
conda create -y -n lerobot-dev python=3.10 && conda activate lerobot-dev