Skip to content

Commit 675c991

Browse files
authored
Merge pull request #669 from fxjung/fix_mpi_example_doc
Added mpi4py requirement to MPI example
2 parents 90ff35e + cf06084 commit 675c991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ with ipp.Cluster() as rc:
6060
<source src="_static/basic.mp4"/>
6161
</video>
6262

63-
You can similarly run MPI code using IPyParallel:
63+
You can similarly run MPI code using IPyParallel (requires [mpi4py](https://mpi4py.readthedocs.io/en/stable/install.html)):
6464

6565
```python
6666
import ipyparallel as ipp

0 commit comments

Comments
 (0)