aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorShivesh Mandalia <shivesh.mandalia@outlook.com>2020-02-28 19:05:55 +0000
committerShivesh Mandalia <shivesh.mandalia@outlook.com>2020-02-28 19:05:55 +0000
commitefcc7ba1affc226d535f576714169558b8364540 (patch)
tree2b833d5692324050c263dd8e5bb4d101e16efdb1 /README.md
parent08b7980611d47aa90dc50a18bc02976e670ab720 (diff)
downloadGolemFlavor-efcc7ba1affc226d535f576714169558b8364540.tar.gz
GolemFlavor-efcc7ba1affc226d535f576714169558b8364540.zip
add note about multinest library install
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index e1ad60b..17aac19 100644
--- a/README.md
+++ b/README.md
@@ -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)