Installation
multicommand is hosted on PyPI and should be installable using any tool which can pull from there.
System Requirements
multicommand requires python >= 3.10 and is a pure python package. It should run on any OS that python will run on.
With pip
The quickest way to get multicommand is with pip
pip install multicommand
With uv
If you’re using uv then just
uv add multicommand