Skip to content

Commit c85db43

Browse files
committed
Remove notion that UV support is experimental
1 parent 7b8ffab commit c85db43

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/setup/installation/include/pip_python_virtual_env.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ If you wish to install Isaac Sim 5.X, please use modify the instructions accordi
7373
:: activate the virtual environment
7474
env_isaaclab\Scripts\activate
7575
76-
.. tab-item:: UV Environment (experimental)
76+
.. tab-item:: UV Environment
7777

7878
To install ``uv``, please follow the instructions `here <https://docs.astral.sh/uv/getting-started/installation/>`__.
7979

docs/source/setup/installation/include/src_python_virtual_env.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ instead of *./isaaclab.sh -p* or *isaaclab.bat -p*.
7676
:: Activate environment
7777
conda activate env_isaaclab # or "conda activate my_env"
7878
79-
.. tab-item:: UV Environment (experimental)
79+
.. tab-item:: UV Environment
8080

8181
To install ``uv``, please follow the instructions `here <https://docs.astral.sh/uv/getting-started/installation/>`__.
8282
You can create the Isaac Lab environment using the following commands:

docs/source/setup/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To begin, we first define our virtual environment.
4040
# activate the virtual environment
4141
conda activate env_isaaclab
4242
43-
.. tab-item:: uv (experimental)
43+
.. tab-item:: uv
4444

4545
.. tab-set::
4646
:sync-group: os

0 commit comments

Comments
 (0)