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

chore : cleanup readme

parent 1ea96dfa
No related branches found
No related tags found
2 merge requests!93Release v0.3.0,!64Feat/release pip
Pipeline #50414 skipped
...@@ -5,22 +5,20 @@ ...@@ -5,22 +5,20 @@
You can find in this folder the library that implements the CPU operators. <br> You can find in this folder the library that implements the CPU operators. <br>
Those operators can be used on any machine with an Linux OS. Those operators can be used on any machine with an Linux OS.
So far be sure to have the correct requirements to use this library [TOC]
- GCC
- Make/Ninja
- CMake
- aidge_core
- Python (optional, if you have no intend to use this library in python with pybind)
## Installation ## Installation
### Dependencies ### Dependencies
- `GCC`
- `Make`/`Ninja`
- `CMake`
- `Python` (optional, if you have no intend to use this library in python with pybind)
#### Aidge dependencies
- `aidge_core` - `aidge_core`
- `aidge_backend_cpu`.
### Pip installation ### Pip installation
``` bash ``` bash
pip install . -v pip install . -v
``` ```
......
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