Skip to content
Snippets Groups Projects
Commit a53d5892 authored by Thibault Allenet's avatar Thibault Allenet
Browse files

Update Readme

parent 0b53484b
No related branches found
No related tags found
No related merge requests found
......@@ -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`` :
......
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