Installing Mido

Requirements

Mido targets Python 3.6 and 2.7.

There are no external dependencies unless you want to use the port backends, which are loaded on demand.

Mido comes with backends for RtMidi (python-rtmidi or rtmidi_python), PortMidi and Pygame. See Backends for help choosing a backend.

Installing

To install:

pip install mido

If you want to use ports:

pip install python-rtmidi

See Backends for installation instructions for other backends.