Metadata-Version: 2.1
Name: vtkpython_cbl
Version: 2021.12.21
Summary: A library of vtkpython tools for cardiac biomechanics.
Home-page: https://gitlab.inria.fr/mgenet/vtkpython_cbl
Author: Martin Genet
Author-email: martin.genet@polytechnique.edu
License: GPLv3
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# vtkpython_cbl
A library of vtkpython tools for cardiac biomechanics.
### Requirements
First you need to install [myPythonLibrary](https://gitlab.inria.fr/mgenet/myPythonLibrary) as well as [myVTKPythonLibrary](https://gitlab.inria.fr/mgenet/myVTKPythonLibrary)
### Installation
Get the code:
```
git clone https://gitlab.inria.fr/mgenet/vtkpython_cbl
```
To load the library within python, the simplest is to add the folder containing vtkpython_cbl 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 vtkpython_cbl as cbl
```


