Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 457 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 457 Bytes

Community detector

Uses IGraph library to detect a communities inside similar code graph.

Install dependencies

Suggested way is to use a fresh virtualenv:

# native dependencies
apt-get install build-essential cmake pkg-config libxml2-dev zlib1g-dev virtualenv

# virtualenv
virtualenv --no-site-packages -p python3 .venv
source .venv/bin/activate
pip install --upgrade pip

pip3 install -r src/main/python/community-detector/requirements.txt