diff --git a/source/communication/mqtt/index.rst b/source/communication/mqtt/index.rst index 741359b..4d6f8a2 100644 --- a/source/communication/mqtt/index.rst +++ b/source/communication/mqtt/index.rst @@ -5,6 +5,12 @@ MQTT The MQTT module wraps the Paho MQTT Client library and connects to a broker to allow communication with home automation solutions or other controllers. +.. admonition:: Don't forget to install the requirements + + .. code-block:: shell + + pip3 install -r requirements/mqtt.txt + Paths ===== diff --git a/source/interface/onewire/index.rst b/source/interface/onewire/index.rst index a6a9512..ad07162 100644 --- a/source/interface/onewire/index.rst +++ b/source/interface/onewire/index.rst @@ -6,12 +6,6 @@ OneWire The OneWire module provides access to Dallas/Maxim OneWire devices using the ``w1`` kernel module. -.. admonition:: Don't forget to install the requirements - - .. code-block:: shell - - pip3 install -r requirements/onewire.txt - .. attention:: You need to have ``wire-1`` installed and configured for this module to work.