Installation
KeçeciLayout requires Python 3.8 or higher.
Install via Pip
pip install kececilayout
Upgrade to latest version:
pip install --upgrade kececilayout
Install via Conda
conda install -c bilgi kececilayout
Developer Installation
Clone and install in editable mode:
git clone https://github.com/WhiteSymmetry/kececilayout.git
cd kececilayout
pip install -e .
Dependencies
Required: networkx, matplotlib, numpy
Optional: igraph, networkit, rustworkx, graphillion
Install all optional dependencies:
pip install kececilayout[all]
Tip
For basic use, only networkx and matplotlib are needed.