Skip to content

Commit 740ba23

Browse files
authored
Update README.md
1 parent 052ef57 commit 740ba23

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# Installation
1+
libGroomRL
2+
==========
3+
4+
## About
5+
6+
libGroomRL is a C++ library allowing an easy access in C++ analyses to grooming strategies based on neural network models trained by
7+
[GroomRL](https://github.com/JetsGame/GroomRL "GroomRL github").
8+
9+
## Installation
210

311
In order to install proceed with the usual cmake steps:
412
```bash
@@ -12,7 +20,7 @@ We provide the cmake options `-DENABLE_WRAPPERONLY=ON/OFF` in order to compile a
1220
`libgroomrl-fastjet` which only includes a wrapper for the python call evaluating the neural network output.
1321

1422

15-
# Usage
23+
## Usage
1624

1725
The compiler flags to include this library in your package can be
1826
retreived with:

0 commit comments

Comments
 (0)