Skip to content

Commit 29db576

Browse files
authored
Add windows docs for leapp installation (#5726)
# Description adds tabbed installation guide for leapp to support windows workflows. ## Type of change <!-- As you go through the list, delete the ones that are not applicable. --> - Documentation update ## Checklist - [x] I have read and understood the [contribution guidelines](https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html) - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] I have added tests that prove my fix is effective or that my feature works - [x] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [x] I have added my name to the `CONTRIBUTORS.md` or my name already exists there
1 parent 482d21c commit 29db576

2 files changed

Lines changed: 30 additions & 4 deletions

File tree

docs/source/policy_deployment/05_leapp/exporting_policies_with_leapp.rst

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,22 @@ Prerequisites
2424

2525
LEAPP requires Python >= 3.8 and PyTorch >= 2.6. Install it with:
2626

27-
.. code-block:: bash
27+
.. tab-set::
28+
:sync-group: os
29+
30+
.. tab-item:: :icon:`fa-brands fa-linux` Linux
31+
:sync: linux
32+
33+
.. code-block:: bash
34+
35+
./isaaclab.sh -p -m pip install leapp
36+
37+
.. tab-item:: :icon:`fa-brands fa-windows` Windows
38+
:sync: windows
39+
40+
.. code-block:: batch
2841
29-
./isaaclab.sh -p -m pip install leapp
42+
isaaclab.bat -p -m pip install leapp
3043
3144
Ensure you have a trained RSL-RL checkpoint before proceeding. The standard Isaac Lab
3245
training workflow produces checkpoints under ``logs/rsl_rl/<experiment_name>/``.

docs/source/tutorials/06_exporting/exporting_direct_workflow_policies_with_leapp.rst

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,22 @@ annotation pattern to your own Direct RL environment.
2525

2626
Before exporting, install LEAPP into the Isaac Lab Python environment:
2727

28-
.. code-block:: bash
28+
.. tab-set::
29+
:sync-group: os
30+
31+
.. tab-item:: :icon:`fa-brands fa-linux` Linux
32+
:sync: linux
33+
34+
.. code-block:: bash
35+
36+
./isaaclab.sh -p -m pip install leapp
37+
38+
.. tab-item:: :icon:`fa-brands fa-windows` Windows
39+
:sync: windows
40+
41+
.. code-block:: batch
2942
30-
./isaaclab.sh -p -m pip install leapp
43+
isaaclab.bat -p -m pip install leapp
3144
3245
If you want to run the exported example with the existing
3346
``Isaac-Velocity-Rough-Anymal-C-Direct-v0`` task registration, copy the annotated

0 commit comments

Comments
 (0)