Install

Requirements

SimExporter has the following dependencies:

Dependency

Type

Instructions

Numpy

Required

pip install numpy

K3D

Required

pip install k3d

Vedo

Required

pip install vedo

Colour

Required

pip install colour

Install

Install with pip

SimExporter can be easily installed with pip for users:

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

You should be able to run:

import SimExporter

Install from sources

SimExporter can also be installed from sources for developers:

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

You should be able to run:

import SimExporter