Installation#
Prerequisites#
JAXsim requires Python 3.11 or later.
Basic Installation#
You can install the project with using conda:
conda install jaxsim -c conda-forge
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 by using pip install "jaxsim[all]"
.
.. note:
If you need GPU support, please follow the official `installation instruction`_ of JAX.