Update samples and Readme

This commit is contained in:
2023-04-12 17:40:25 +02:00
parent fa8c4a221d
commit 25d341aee5
5 changed files with 16 additions and 12 deletions

View File

@@ -33,9 +33,12 @@ python samples/sample.py -h # for more options
```bash
cd samples
mkdir build
cmake -B build
cd build
cmake ..
make
./sample iris
make sample
./sample -f iris
./sample -h
```
### Based on
[https://github.com/rmontanana/mdlp](https://github.com/rmontanana/mdlp)