From a53d5892301f4cae5695d943e7fe9b854feedddb Mon Sep 17 00:00:00 2001
From: thibault allenet <thibault.allenet@cea.fr>
Date: Fri, 4 Aug 2023 08:53:29 +0000
Subject: [PATCH] Update Readme

---
 README.md | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 8c4e52ad8..349d0873e 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,21 @@
 
 You can find here the C++ code of the Core library of Aidge.
 
-## Compilation
+## Pip installation
 
+To install aidge_core using pip, make sure to set the desired install path :
+``` bash 
+export AIDGE_INSTALL = '<path_to_aidge>/install'
+```
 
-Create two directories ``build`` and ``ìnstall``.
+Then run in your python environnement :
+``` bash
+pip install . -v
+```
 
+## Standard C++ Compilation
+
+Create two directories ``build`` and ``ìnstall``.
 
 Then **inside** ``build`` :
 
-- 
GitLab