Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 497 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 497 Bytes

myVTKPythonLibrary

A collection of tools to manipulate cardiac finite element meshes.

Installation

Get the code:

> git clone git@github.com:mgenet/myVTKPythonLibrary

To load the library within python, the simplest is to add the folder containing myVTKPythonLibrary to PYTHONPATH:

> export PYTHONPATH=$PYTHONPATH:/path/to/folder

(To make this permanent, add the line to ~/.bashrc.) Then you can load the library within python:

> import myVTKPythonLibrary as myVTK