Install
Requirements
SimExporter has the following dependencies:
Dependency  | 
Type  | 
Instructions  | 
|---|---|---|
Required  | 
pip install numpy  | 
|
Required  | 
pip install k3d  | 
|
Required  | 
pip install vedo  | 
|
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