LabelFusion icon indicating copy to clipboard operation
LabelFusion copied to clipboard

directorPython

Open sunit1409 opened this issue 5 years ago • 1 comments

How has director been integrated to python ? Is the pip package of director not sufficient ?

sunit1409 avatar May 23 '19 09:05 sunit1409

Director is not available from pip. The pip package named "director" is an unrelated project.

Director is normally compiled from source. Director is composed of c++ and python code, and it therefore has library dependencies such as Qt and VTK. You can system install these dependencies and then compile director from source.

For distributing LabelFusion we have provided all dependencies inside a Docker image, but it's also possible to compile it from source.

patmarion avatar May 23 '19 20:05 patmarion