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

Update README

parent e1f4c961
No related branches found
No related tags found
No related merge requests found
......@@ -7,10 +7,19 @@ So far be sure to have the correct requirements to use this library
- GCC
- Make
- CMake
- aidge_core
- Python (optional, if you have no intend to use this library in python with pybind)
## Pip installation
## Compilation
You will need to install first the aidge_core library before installing aidge_cpu.
Also, make sure that the install path was set before installing aidge_core library.
Then run in your python environnement :
``` bash
pip install . -v
```
## 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.
......
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