diff options
| author | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-02-28 19:05:55 +0000 |
|---|---|---|
| committer | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-02-28 19:05:55 +0000 |
| commit | efcc7ba1affc226d535f576714169558b8364540 (patch) | |
| tree | 2b833d5692324050c263dd8e5bb4d101e16efdb1 /README.md | |
| parent | 08b7980611d47aa90dc50a18bc02976e670ab720 (diff) | |
| download | GolemFlavor-efcc7ba1affc226d535f576714169558b8364540.tar.gz GolemFlavor-efcc7ba1affc226d535f576714169558b8364540.zip | |
add note about multinest library install
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -32,7 +32,9 @@ GolemFlavor has the following dependencies: * [`python-ternary`](https://github.com/marcharper/python-ternary) * [`GetDist`](https://getdist.readthedocs.io/en/latest/) -You can use `pip` to install the above automatically. +You can use `pip` to install the above automatically. Note that `PyMultiNest` +requires the `MultiNest` Bayesian inference library, see [the `PyMultiNest` +documentation for install instructions.](https://johannesbuchner.github.io/PyMultiNest/install.html#prerequisites-for-building-the-libraries) Additional dependencies: * [`GolemFit`](https://github.com/IceCubeOpenSource/GolemFit) |
