diff --git a/README.rst b/README.rst index 0f92a9ba..09c5792b 100644 --- a/README.rst +++ b/README.rst @@ -59,10 +59,14 @@ If you do not have sudo access/virtual environments/anaconda, then appending `-- Post Processing =============== -We recommend the tool `anesthetic `_ for post-processing your nested sampling runs. A plot gallery can be found `here `_ +We recommend the tool `anesthetic `_ for post-processing your nested sampling runs. A plot gallery can be found `here `_ -https://github.com/williamjameshandley/anesthetic +https://github.com/handley-lab/anesthetic + +``` +pip install anesthetic +``` MPI Support =========== diff --git a/requirements.txt b/requirements.txt index 346a9c49..a22301e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ numpy scipy -anesthetic>=2.0.0b19 +anesthetic>=2.0.0