From 1ea96dfaf5bc5b391bf8863b51e051852941f599 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:14:17 +0200 Subject: [PATCH] chore : upd readme --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b0e3282a..502a3046 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,15 @@ So far be sure to have the correct requirements to use this library - aidge_core - Python (optional, if you have no intend to use this library in python with pybind) -## Pip installation +## Installation -You will need to install first the ``aidge_core`` library before installing ``aidge_backend_cpu``. +### Dependencies + + - `aidge_core` + - `aidge_backend_cpu`. + +### Pip installation -Then run in your python environnement : ``` bash pip install . -v ``` @@ -25,7 +29,7 @@ pip install . -v > - `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 +### 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