Skip to content
Snippets Groups Projects
Commit b65d8125 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

chore : clean readme

parent 04107200
No related branches found
No related tags found
2 merge requests!212Version 0.3.0,!116feat/release_pip
Pipeline #50583 failed
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
You can find here the C++ code of the Core library of Aidge. You can find here the C++ code of the Core library of Aidge.
[TOC]
## Pip installation ## Pip installation
To install aidge_core using pip, run the following command in your python environnement : To install aidge_core using pip, run the following command in your python environnement :
...@@ -43,15 +45,12 @@ make all install ...@@ -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`` 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 ## Run tests
### CPP ### CPP
Inside of the build file run: Inside of the build file run:
```bash ```bash
ctest --output-on-failure ctest --output-on-failure
``` ```
### Python ### Python
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment