Install
Requirements
SimRender has the following dependencies:
Dependency |
Type |
Install |
---|---|---|
Required |
pip install numpy |
|
Required |
pip install vedo |
|
Required |
pip install pyside6 |
|
Optional |
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