Installation#
Install gunfolds from pypi
gunfolds installation#
pip install gunfolds
Additionally, install these packages to use gunfolds
graph-tool installation#
1. Install graph-tool
To install graph-tool package with conda install run the following command
conda install -c conda-forge graph-tool
To install graph-tool package with brew install run the following command
brew install graph-tool
PyGObject installation#
2. Install PyGObject
This is only required if you need to use gtool module of the gunfolds package
To install PyGObject package with brew install run the following command
brew install pygobject3 gtk+3
To install PyGObject package in Windows, Linux and any other platforms please refer to the link