# Installation RoboCasa works across all major computing platforms. The easiest way to set up is through the [Anaconda](https://www.anaconda.com/) package management system. Follow the instructions below to install: 1. Set up conda environment: ```sh conda create -c conda-forge -n robocasa python=3.10 ``` 2. Activate conda environment: ```sh conda activate robocasa ``` 3. Clone and setup robosuite dependency:
Important!
The latest version of RoboCasa uses the master branch of robosuite. If you wish to use the previous version of RoboCasa (v0.1), please use the robocasa_v0.1 branch on robosuite.Installation troubleshooting
If you encounter issues with installing the numpy or numba dependencies, please try installing through conda instead: `conda install -c numba numba=0.56.4 -y`