(所有操作均在Linux系统下执行)
(这里提供一种安装方法,也可以自己在网上找教程)
wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-latest-Linux-x86_64.sh
(原因:Linux 中脚本文件默认没有执行权限,需要手动添加)
chmod +x Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh
yes 同意)
安装位置(默认:~/miniconda3,可修改)
是否初始化 Conda(建议选 yes,会添加到 ~/.bashrc)
)*网址: https://github.com/my-robot-army/Desktop-Wanderer
打开Pycharm克隆仓库,点击GitHub,将网址粘贴到搜索栏,进行克隆
wget "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
bash Miniforge3-$(uname)-$(uname -m).sh
conda create -y -n lerobot python=3.10
conda activate lerobot
(首行出现lerobot……:)
conda install ffmpeg -c conda-forge
git clone https://github.com/huggingface/lerobot.git
cd lerobot
pip install -e .
pip install -e ".[feetech]"