Installation

MPIRE builds are distributed through PyPi.

MPIRE can be installed through pip:

pip install mpire

Note

MPIRE is only available for Python >= 3.6.

Dependencies

  • Python >= 3.6

Python packages (installed automatically when installing MPIRE):

  • multiprocess

  • numpy

  • tqdm

Dashboard

Optionally, you can install the dependencies for the MPIRE dashboard, which depends on Flask. The dashboard allows you to see progress information from a browser. This is convenient when running scripts in a notebook or screen, or want to share the progress information with others. Install the appropriate dependencies to enable this:

pip install mpire[dashboard]