]> Git — Sourcephile - gargantext.git/blob - devops/debian/install-clustering-louvain
[FIX] working for all ngrams but NgramsTerms with simple Tree (1 depth)
[gargantext.git] / devops / debian / install-clustering-louvain
1 #!/bin/bash
2
3 git clone https://gitlab.iscpif.fr/gargantext/clustering-louvain-cplusplus.git
4 cd clustering-louvain-cplusplus
5 ./install
6 cd ..