diff --git a/README.md b/README.md
index 502a304655c58b9bafb8c3174dfe8eb60c65ea87..2e309083fb677f82b4adb1e9d5a3b7923bb32c47 100644
--- a/README.md
+++ b/README.md
@@ -5,22 +5,20 @@
 You can find in this folder the library that implements the CPU operators. <br>
 Those operators can be used on any machine with an Linux OS.
 
-So far be sure to have the correct requirements to use this library
-- GCC
-- Make/Ninja
-- CMake
-- aidge_core
-- Python (optional, if you have no intend to use this library in python with pybind)
+[TOC]
 
 ## Installation
 
 ### Dependencies
+- `GCC`
+- `Make`/`Ninja`
+- `CMake`
+- `Python` (optional, if you have no intend to use this library in python with pybind)
 
+#### Aidge dependencies
  - `aidge_core`
- - `aidge_backend_cpu`.
 
 ### Pip installation
-
 ``` bash
 pip install . -v
 ```