From 7eeb5ddc5427e14c2694ebe970f92186aa03b86a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9goire=20KUBLER?= <gregoire.kubler@proton.me>
Date: Mon, 8 Jul 2024 16:30:06 +0200
Subject: [PATCH] chore  : cleanup readme

---
 README.md | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 502a3046..2e309083 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
 ```
-- 
GitLab