Skip to content

Commit

Permalink
fix requirements notes re #49 #59
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyIvan359 committed Dec 26, 2021
1 parent 964f6f3 commit 9804ab8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions source/communication/mqtt/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=====
Expand Down
6 changes: 0 additions & 6 deletions source/interface/onewire/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9804ab8

Please sign in to comment.