From 52aa5b645c87fae4d17ecd41732b9c2833c1cc8a Mon Sep 17 00:00:00 2001 From: Taylor Howell Date: Mon, 19 Jun 2023 14:12:08 -0700 Subject: [PATCH] Update python.rst --- doc/python.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python.rst b/doc/python.rst index cfcfb219..8f39bda3 100644 --- a/doc/python.rst +++ b/doc/python.rst @@ -534,7 +534,7 @@ Building from source .. code-block:: shell cd dist - MUJOCO_PATH=/PATH/TO/MUJOCO pip install mujoco-x.y.z.tar.gz + MUJOCO_PATH=/PATH/TO/MUJOCO MUJOCO_PLUGIN_PATH=/PATH/TO/MUJOCO_PLUGIN pip install mujoco-x.y.z.tar.gz The Python bindings should now be installed! To check that they've been successfully installed, ``cd`` outside of the ``mujoco`` directory and run