Skip to content

Commit

Permalink
Added missing installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanuparab-tr committed Sep 19, 2024
1 parent d1e2e90 commit 79e57ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/operation/lerobot_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ Build and Install LeRobot Models
$ cd lerobot && pip install -e .
#. As we are working with real robots we will require to install dependencies for :guilabel:`intelrealsense` camera's and :guilabel:`dynamixel` servos.

.. code-block:: bash
$ cd lerobot && pip install .[intelrealsense,dynamixel]
Teleoperation
=============

Expand Down

0 comments on commit 79e57ff

Please sign in to comment.