diff --git a/README.md b/README.md
index 8c4e52ad8ec038a09a11539f9752eb84fc40b294..349d0873e81d220d8c92d73d0f854854db6ac6a0 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`` :