Skip to content

Commit 2ed331a

Browse files
authored
Fixes duplicated text in pip installation docs (#3969)
# Description In the [Local Installation / Installation using Isaac Lab Pip Packages page](https://isaac-sim.github.io/IsaacLab/main/source/setup/installation/isaaclab_pip_installation.html#installing-dependencies) of the documentation, the “Installing dependencies” section is broken. I removed duplicate content and corrected the ordering. Fixes #3967 ## Type of change - Documentation update ## Screenshots | Before | After | | ------ | ----- | | <img width="823" height="999" alt="スクリーンショット 2025-11-08 012827" src="https://github.com/user-attachments/assets/6f022810-cff5-44c6-a835-75bc780433ce" /> | <img width="822" height="651" alt="スクリーンショット 2025-11-08 014930" src="https://github.com/user-attachments/assets/c06eacf1-bd4a-4210-8a79-c64fc923c622" /> | ## 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` - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] 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 e9e33b2 commit 2ed331a

File tree

2 files changed

+8
-29
lines changed

2 files changed

+8
-29
lines changed

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ Guidelines for modifications:
127127
* Ritvik Singh
128128
* Rosario Scalise
129129
* Ryley McCarroll
130+
* Sahara Yuta
130131
* Sergey Grizan
131132
* Shafeef Omar
132133
* Shane Reetz

docs/source/setup/installation/isaaclab_pip_installation.rst

Lines changed: 7 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -25,35 +25,7 @@ Installing dependencies
2525
In case you used UV to create your virtual environment, please replace ``pip`` with ``uv pip``
2626
in the following commands.
2727

28-
- Install a CUDA-enabled PyTorch 2.7.0 build for CUDA 12.8:
29-
30-
.. code-block:: none
31-
32-
pip install torch==2.7.0 torchvision==0.22.0 --index-url https://download.pytorch.org/whl/cu128
33-
34-
- If you want to use ``rl_games`` for training and inferencing, install the
35-
its Python 3.11 enabled fork:
36-
37-
.. code-block:: none
38-
39-
pip install git+https://github.com/isaac-sim/[email protected]
40-
41-
- Install the Isaac Lab packages along with Isaac Sim:
42-
43-
.. code-block:: none
44-
45-
pip install isaaclab[isaacsim,all]==2.2.0 --extra-index-url https://pypi.nvidia.com
46-
47-
In case you used UV to create your virtual environment, please replace ``pip`` with ``uv pip``
48-
in the following commands.
49-
50-
- Install the Isaac Lab packages along with Isaac Sim:
51-
52-
.. code-block:: none
53-
54-
pip install isaaclab[isaacsim,all]==2.3.0 --extra-index-url https://pypi.nvidia.com
55-
56-
- Install a CUDA-enabled PyTorch build that matches your system architecture:
28+
- Install a CUDA-enabled PyTorch 2.7.0 build for CUDA 12.8 that matches your system architecture:
5729

5830
.. tab-set::
5931
:sync-group: pip-platform
@@ -100,6 +72,12 @@ Installing dependencies
10072
This ensures the correct ``libgomp`` library is preloaded for both Isaac Sim and Isaac Lab,
10173
removing the preload warnings during runtime.
10274

75+
- Install the Isaac Lab packages along with Isaac Sim:
76+
77+
.. code-block:: none
78+
79+
pip install isaaclab[isaacsim,all]==2.3.0 --extra-index-url https://pypi.nvidia.com
80+
10381
- If you want to use ``rl_games`` for training and inferencing, install
10482
its Python 3.11 enabled fork:
10583

0 commit comments

Comments
 (0)