Skip to content

Commit

Permalink
Updates pip installation instructions (isaac-sim#484)
Browse files Browse the repository at this point in the history
Updates pip installation instructions
  • Loading branch information
kellyguo11 authored Jun 12, 2024
1 parent b468546 commit 958b863
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/source/how-to/write_articulation_cfg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The last two parameters are optional. If not specified, they are kept at their d

.. literalinclude:: ../../../source/extensions/omni.isaac.lab_assets/omni/isaac/lab_assets/cartpole.py
:language: python
:lines: 15-31
:lines: 19-35
:dedent:

To import articulation from a URDF file instead of a USD file, you can replace the
Expand Down Expand Up @@ -74,7 +74,7 @@ Meanwhile, the joint positions and velocities are set to 0.0.

.. literalinclude:: ../../../source/extensions/omni.isaac.lab_assets/omni/isaac/lab_assets/cartpole.py
:language: python
:lines: 32-34
:lines: 36-38
:dedent:

Defining the actuator configuration
Expand All @@ -96,7 +96,7 @@ to combine them into a single actuator model.

.. literalinclude:: ../../../source/extensions/omni.isaac.lab_assets/omni/isaac/lab_assets/cartpole.py
:language: python
:lines: 35-45
:lines: 39-49
:dedent:


Expand Down
7 changes: 6 additions & 1 deletion docs/source/setup/installation/pip_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ Installing Isaac Sim
`Isaac Sim Forums <https://docs.omniverse.nvidia.com/isaacsim/latest/common/feedback.html>`_
and install Isaac Sim from pre-built binaries.

.. note::

Installing Isaac Sim with pip requires GLIBC 2.34+ version compatibility.
To check the GLIBC version on your system, use command ``ldd --version``.


- To use the pip installation approach for Isaac Sim, we recommend first creating a virtual environment.
Ensure that the python version of the virtual environment is **Python 3.10**.
Expand Down Expand Up @@ -57,7 +62,7 @@ Installing Isaac Sim

.. code-block:: bash
pip install isaacsim-rl isaacsim-replicator --index-url https://pypi.nvidia.com/
pip install isaacsim-rl isaacsim-replicator isaacsim-extscache-physics isaacsim-extscache-kit-sdk isaacsim-extscache-kit isaacsim-app --extra-index-url https://pypi.nvidia.com
Installing Isaac Lab
Expand Down

0 comments on commit 958b863

Please sign in to comment.