Skip to content

Commit c6ec37e

Browse files
authored
Update arXiv number.
1 parent dd8bbc5 commit c6ec37e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
DarkNews is an event generator for new physics processes at accelerator neutrino experiments that simulates neutrino upscattering to heavy neutral leptons and their subsequent decays to single photons and di-lepton pairs.
55

66
![Tests](https://github.com/mhostert/DarkNews-generator/actions/workflows/tests.yml/badge.svg)
7-
[![InspireHEP](https://img.shields.io/badge/InspireHEP-Abdullahi:xxx2022-dodgerblue.svg)](https://arxiv.org/abs/2202.xxxxx)
7+
[![InspireHEP](https://img.shields.io/badge/InspireHEP-Abdullahi:2207.04137-dodgerblue.svg)](https://arxiv.org/abs/2207.04137)
88
<!-- [![Coverage Badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/mhostert/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/raw/DarkNews-generator__heads_main.json)] -->
99
<!-- <br>[![License: MIT](https://img.shields.io/badge/License-MIT-deeppink.svg)](https://opensource.org/licenses/MIT) -->
10-
<!-- [![arXiv](https://img.shields.io/badge/arXiv-2202.xxxxxx%20-violet.svg)](https://arxiv.org/abs/2202.xxxxx) -->
10+
<!-- [![arXiv](https://img.shields.io/badge/arXiv-2202.04137%20-violet.svg)](https://arxiv.org/abs/2207.04137) -->
1111

1212

1313
<br>
@@ -64,7 +64,8 @@ python3 -m pip install DarkNews
6464
```
6565
or if your pip version is already set to your preferred python version, simply ```pip install DarkNews```.
6666

67-
This should install all dependencies for you. If you have any problems, try creating a brand new (conda or pyenv) environment, install the latest version of ```pip```, pip install numpy, and try to install DarkNews.
67+
This should install all dependencies for you. If you have any problems, try creating a brand new (conda or pyenv) environment, install the latest version of ```pip```, pip install numpy, and try to install DarkNews.
68+
If you experience any issues with the pyhepmc-ng installation, try pip installing it from [their repository](https://github.com/scikit-hep/pyhepmc) directly We found that version to be more stable.
6869
We have tested installations on Ubuntu, Mac OS X, as well as Windows.
6970

7071
If your installation is successful, you should be able to

0 commit comments

Comments
 (0)