Skip to content

Commit c428f67

Browse files
thowellcopybara-github
authored andcommitted
MuJoCo Warp documentation: Update installation instructions
PiperOrigin-RevId: 873032865 Change-Id: I7f75de9ed0d9239b47bc80b321f213aa4014fda6
1 parent 0f36b0f commit c428f67

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

doc/mjwarp/index.rst

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,24 +87,25 @@ via Warp - if this feature is important to you, please chime in on this issue
8787
Installation
8888
============
8989

90-
The beta version of MuJoCo Warp is installed from GitHub. Please note that the beta version of MuJoCo Warp does not
91-
support all versions of MuJoCo, Warp, CUDA, NVIDIA drivers, etc.
90+
**From PyPI:**
91+
92+
.. code-block:: shell
93+
94+
pip install mujoco-warp
95+
96+
**From source:**
9297

9398
.. code-block:: shell
9499
95100
git clone https://github.com/google-deepmind/mujoco_warp.git
96101
cd mujoco_warp
97-
python3 -m venv env
98-
source env/bin/activate
99-
pip install --upgrade pip
100-
pip install uv
101-
uv pip install -e .[dev,cuda]
102+
uv sync --all-extras
102103
103-
Test the Installation
104+
To make sure everything is working:
104105

105106
.. code-block:: shell
106107
107-
pytest
108+
uv run pytest -n 8
108109
109110
.. _MJW_Usage:
110111

0 commit comments

Comments
 (0)