Install

Requirements

SimRender has the following dependencies:

Dependency

Type

Install

Numpy

Required

pip install numpy

Vedo

Required

pip install vedo

PySide6

Required

pip install pyside6

SofaPython3

Optional

Follow instructions

Note

The SOFA dependency is not mandatory if you do not use SOFA in your simulations. SimRender is compatible with any numerical simulation written in Python, only the additional features for SOFA will not be usable.

Install

Install with pip

SimRender can be easily installed with pip for users:

$ pip install git+https://github.com/mimesis-inria/SimRender.git

Then, you should be able to run:

import SimRender

Install from sources

SimRender can also be installed from sources for developers:

git clone https://github.com/mimesis-inria/SimRender.git
cd SimRender
pip install -e .

You should be able to run:

import SimRender