]> Git — Sourcephile - gargantext.git/blob - devops/debian/install-clustering-louvain
Revert "[phylo] quality function reparameterized to have high levels for lambda-...
[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 ..