From db8815c6b021c27b20bcfbf4eb3437cea58d4c26 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9goire=20KUBLER?= <gregoire.kubler@proton.me>
Date: Fri, 5 Jul 2024 17:29:01 +0200
Subject: [PATCH] chore : upd readme

---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index e67b9d8b..d8bd5308 100644
--- a/README.md
+++ b/README.md
@@ -16,12 +16,14 @@ So far be sure to have the correct requirements to use this library
 
 You will need to install first the ``aidge_core`` library before installing ``aidge_backend_cpu``.
 
-If you have set a custom install path for the ``aidge_core`` library, make sure to use the same one here.
-
 Then run in your python environnement :
 ``` bash
 pip install . -v
 ```
+> **TIPS :** Use environment variables to change compilation options :
+> - `AIDGE_INSTALL` : to set the installation folder. Defaults to /usr/local/lib. :warning: This path must be identical to aidge_core install path.
+> - `AIDGE_PYTHON_BUILD_TYPE` : to set the compilation mode to **Debug** or **Release** 
+> - `AIDGE_BUILD_GEN` : to set the build backend with 
 
 ## Standard C++ Compilation
 
-- 
GitLab