Installing Mido¶
Requirements¶
Mido targets Python 2.7 and 3.2. It is developed and tested in Ubuntu and Mac OS X but should also work in Windows.
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) , 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.