Skip to content

Commit

Permalink
Add info about pkg installation (#879)
Browse files Browse the repository at this point in the history
* Add info about pkg installation 

Fix for #818

* Update README.md
  • Loading branch information
s-martin authored Mar 30, 2020
1 parent 988b017 commit 39ff5bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/smart-home-automation/MQTT-protocol/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ Sending empty payload to `phoniebox/cmd/help` will be responded by a list of all

# Installation

Install missing python packages for MQTT:

~~~
pip3 install paho-mqtt
~~~

All relevant files can be found in the folder:

~~~
Expand Down

0 comments on commit 39ff5bc

Please sign in to comment.