diff --git a/bin/CMakeLists.txt b/bin/CMakeLists.txt
index 24d4227e677f9c762885eeacaefebb3429867bc0..6282cf568052b38100846019246f75fc29b15503 100644
--- a/bin/CMakeLists.txt
+++ b/bin/CMakeLists.txt
@@ -1,4 +1,10 @@
-dune_symlink_to_source_files(FILES calculate_floprate.py
-                                   make_graph.sh
-                                   performance_regression.py
+dune_install_python_script(SCRIPT calculate_floprate.py
+                           REQUIRES pandas
+                           )
+
+dune_install_python_script(SCRIPT performance_regression.py
+                           REQUIRES pandas
+                           )
+
+dune_symlink_to_source_files(FILES make_graph.sh
                              )