Skip to main content

Tulip-Python modules now available on the Python Packaging Index

The Python modules associated to the Tulip 4.8 release are now available
on the Python Packaging Index for Windows and MacOS users.

Two packages are available for download through the pip tool :

the tulip module for graph creation and manipulation (notably the
possibility to use all the layout algorithms available in Tulip)

providing the tulipgui module for graph visualization (all Tulip OpenGL
views can be created through it)

To install the modules, issue the following commands through a command line:
  $ pip install tulip-python
  $ pip install tulipgui-python

The supported Python versions are the following ones : 2.7, 3.3, 3.4 and 3.5.