Skip to main content

Installation

multicommand is hosted on PyPI and should be installable using any tool which can pull from there.

System Requirements#

multicommand requires python >= 3.6 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 poetry#

Even better, if you're using poetry (poetry is fantastic, btw) then just

poetry add multicommand