xpsi-group / xpsi

X-PSI: X-ray Pulse Simulation and Inference
Other
34 stars 20 forks source link

Install instruction for pymultinest on Mac #283

Closed sguillot closed 1 year ago

sguillot commented 1 year ago

For me, installing pymultinest with conda also force installs multinest which then doesn't work for pymultinest.

Instead, I installed pymultinest by cloning and installing. The following instruction should probably be added for the Mac installation instruction.

git clone https://github.com/JohannesBuchner/PyMultiNest.git ./pymultinest
cd pymultinest
python install setup.py
thjsal commented 1 year ago

I will add this to the general instructions since probably this is what needs to be done for other than Mac cases as well.