barahona-research-group / PyGenStability

PyGenStability: Multiscale community detection with generalized Markov Stability
https://barahona-research-group.github.io/PyGenStability/
GNU General Public License v3.0
32 stars 11 forks source link

Allow to bypass louvain install #86

Closed arnaudon closed 11 months ago

arnaudon commented 1 year ago

On windows, it may be hard to install do to pthread.h issue, so maybe we can allow to not instal louvain, and rather use leiden.

d-schindler commented 1 year ago

Sounds like a good solution.

arnaudon commented 11 months ago

done in #90 , we just make the install optional, and fallback to leiden