Skip to content

Commit

Permalink
Remove hyperref warning
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Feb 10, 2025
1 parent 422e2e7 commit b8736c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/guide/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ Alternatively, you can use `pypa/pip`_, preferably in a `virtual environment`_:
pip install jaxsim
Have a look to `pyproject.toml`_ for a complete list of optional dependencies.
You can install all of them by specifying ``jaxsim[all]`.
You can install all of them by specifying the ``all`` extra:

.. note::

If you need GPU support, please follow the official `installation instruction`_ of JAX.

.. _conda: https://anaconda.org/
.. _pyproject.toml: https://github.com/ami-iit/jaxsim/blob/main/pyproject.toml
.. _pypa/pip: https://github.com/pypa/pip/
.. _virtual environment: https://docs.python.org/3.8/tutorial/venv.html
.. _installation instruction: https://github.com/google/jax/#installation

0 comments on commit b8736c0

Please sign in to comment.