diff --git a/install_and_test.md b/install_and_test.md
index c81cc40cde998dc8bc5d81512a65c4c9ec6d36e9..71f9e64d48bd09532186a76463f90ee91d1e3903 100644
--- a/install_and_test.md
+++ b/install_and_test.md
@@ -1,5 +1,4 @@
-The components of `hotwheels` are stored in git repos. Each component has a python wrapper and both the python and C library can be installed using `pip`.
-Note that, as opposed to the typical `pip install`, the C compilation **will not** happen on `pip install`. The components will keep the source codes and they will be compiled on runtime. This has the benefit of allowing recompilation with different modules (as C and mpicc compilers), typical on HPC facilities. 
+[[TOC]]
 
 # The non-developer (easy) way