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

chore : upd readme

parent 300dbe24
No related branches found
No related tags found
2 merge requests!93Release v0.3.0,!64Feat/release pip
Pipeline #50405 skipped
......@@ -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.
......
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