File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,6 +67,11 @@ Now the environment can be activated with
6767
6868 source ./venvs/xpsi_py3/bin/activate
6969
70+ Next, install mpi4py:
71+
72+ .. code-block :: bash
73+
74+ pip install mpi4py
7075
7176 To prepare `MultiNest <https://github.com/farhanferoz/MultiNest >`_ from
7277``$HOME ``:
@@ -187,7 +192,7 @@ Now, we make a seperate folder in which we build MultiNest:
187192
188193 cd
189194 mkdir My_codes
190- cd My_Codes
195+ cd My_codes
191196
192197 git clone https://github.com/farhanferoz/MultiNest.git multinest
193198 cd multinest/MultiNest_v3.12_CMake/multinest
@@ -213,7 +218,7 @@ If the above works, we can then continue building X-PSI:
213218
214219.. code-block :: bash
215220
216- cd ~ /My_Codes
221+ cd ~ /My_codes
217222 git clone https://github.com/xpsi-group/xpsi.git
218223 cd xpsi
219224 CC=$( which cc) python setup.py build
You can’t perform that action at this time.
0 commit comments