diff --git a/python/README.md b/python/README.md index e7a4867..0db3792 100644 --- a/python/README.md +++ b/python/README.md @@ -8,7 +8,7 @@ The Python wrappers require the following modules: ``` ctypes # standard module included in most python distributions numpy # used at the core of most Python numerical packages - mpi3py # provides MPI bindings for Python + mpi4py # provides MPI bindings for Python ``` In addition, using the CUDA backend requires: ```