From b65d8125f25b90d647340b670be380748abedea1 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:29:50 +0200 Subject: [PATCH] chore : clean readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5f48976b8..ef2191699 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ You can find here the C++ code of the Core library of Aidge. +[TOC] + ## Pip installation To install aidge_core using pip, run the following command in your python environnement : @@ -43,15 +45,12 @@ make all install If you have compiled with PyBind you can find at the root of the ``build`` file the python lib ``aidge_core.cpython*.so`` ## Run tests - ### CPP Inside of the build file run: ```bash - ctest --output-on-failure - ``` ### Python -- GitLab