Skip to content

Commit d6d3f5d

Browse files
committed
2 parents 759d6a9 + eafd0f4 commit d6d3f5d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# DecayGenerator
22
A small project to generate double beta decays (with and without neutrinos). Return energies and angles between electrons in the decay.
33

4+
5+
46
## Installation
57
The following projects are required for successfull compilation:
68
* GSL (GNU Scientific Library)
@@ -15,12 +17,13 @@ In order to compile it do:
1517
~~~~
1618
> cmake
1719
> make
20+
1821
~~~~
1922
This sohuld produce "lib" folder with libDecayGenerator.so
2023

2124
## Usage in python
2225

23-
In order to use the package in Python just add the folder with `libDecayGenerator.so` to your sys path as :
26+
In order to use the package in Python just add the folder with `libDecayGenerator.so` to your sys path as :
2427
```python
2528
import sys
2629
sys.path.append("/path/to/the/decayer/lib/")

0 commit comments

Comments
 (0)