diff --git a/src/find_interaction_cluster/__main__.py b/src/find_interaction_cluster/__main__.py
index da3fd7e23a9c7c863218993c75ec809645903546..1c25829babec0028465a9338865c418fdbdcfcbc 100644
--- a/src/find_interaction_cluster/__main__.py
+++ b/src/find_interaction_cluster/__main__.py
@@ -36,7 +36,7 @@ def launcher(weight: List[int] = (1),
     :param logging_level: The level of data to display (default 'DISABLE')
     """
     if not ConfigGraph.get_hipmcl_prog().is_file():
-        install_hipmcl()
+        install_hipmcl("INFO")
     multiple_community_launcher(ps, weight, global_weight, same_gene, html_fig,
                                 logging_level)