Installing mqttwarn with pip#

With this installation method, you will acquire a package of mqttwarn from PyPI and install it on your workstation. We recommend to use a Python virtualenv for that.

Synopsis#

pip install --upgrade mqttwarn

You can also add support for a specific service plugin.

pip install --upgrade 'mqttwarn[xmpp]'

You can also add support for multiple services, all at once.

pip install --upgrade 'mqttwarn[apprise,asterisk,nsca,desktopnotify,tootpaste,xmpp]'