From 80dd32d6a9d1d33783d8ceae540528623cea9134 Mon Sep 17 00:00:00 2001
From: thibault allenet <thibault.allenet@cea.fr>
Date: Fri, 4 Aug 2023 08:55:40 +0000
Subject: [PATCH] Update README

---
 README.md | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a4eb6a15..0a0fe37f 100644
--- a/README.md
+++ b/README.md
@@ -7,10 +7,19 @@ So far be sure to have the correct requirements to use this library
 - GCC
 - Make
 - CMake
+- aidge_core
 - Python (optional, if you have no intend to use this library in python with pybind)
 
+## Pip installation
 
-## Compilation
+You will need to install first the aidge_core library before installing aidge_cpu.
+Also, make sure that the install path was set before installing aidge_core library.
+Then run in your python environnement : 
+``` bash
+pip install . -v
+```
+
+## Standard C++ Compilation
 
 You will need to compile first the Core library before compiling the CPU one.
 The makefile is designed to do it for you.
-- 
GitLab