This guide provides step-by-step instructions for manually installing the LeHome Challenge environment.
- Python 3.11
- uv package manager
- GPU driver and CUDA supporting IsaacSim5.1.0.
git clone https://github.com/lehome-official/lehome-challenge.git
cd lehome-challengeuv syncThis will create a virtual environment and install all required dependencies.
cd third_party
git clone https://github.com/lehome-official/IsaacLab.git
cd ..Activate the virtual environment and install IsaacLab:
source .venv/bin/activate
./third_party/IsaacLab/isaaclab.sh -i noneFinally, install the LeHome package in development mode:
uv pip install -e ./source/lehomeIf you are using a server, please download the system dependencies.
#step 1
apt update
apt install -y \
libglu1-mesa \
libgl1 \
libegl1 \
libxrandr2 \
libxinerama1 \
libxcursor1 \
libxi6 \
libxext6 \
libx11-6
#step 2
export __GLX_VENDOR_LIBRARY_NAME=nvidiaNow that you have installed the environment, you can: