diff --git a/buildout.cfg b/buildout.cfg
index 7a1314aada1d43cbf17269f1e8eb3c7adae42dce..bc526c185409a5a1f3fda8d754028a97525ccfbe 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -4,11 +4,17 @@
 [buildout]
 parts = scripts
 develop = .
+          ${buildout:csu-dir}
+          
 eggs = bob.bio.csu
+       PythonFaceEvaluation
+       
 extensions = bob.buildout
 newest = false
 verbose = true
 
+csu-dir = [PATH_TO_YOUR_CSU_COPY]
+
 [scripts]
 recipe = bob.buildout:scripts
-dependent-scripts = true
\ No newline at end of file
+dependent-scripts = true