Submitted by Admin on Mon, 2015-11-02 10:31
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 :
- tulip-python (see https://pypi.python.org/pypi/tulip-python), providing
the tulip module for graph creation and manipulation (notably the
possibility to use all the layout algorithms available in Tulip)
- tulipgui-python (see https://pypi.python.org/pypi/tulipgui-python),
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.