From 0d2077f6eb9cded5d21f8a4090fd384e9111ae3f Mon Sep 17 00:00:00 2001 From: auke Date: Sun, 1 Mar 2020 11:00:50 +0000 Subject: [PATCH] Update page 'Message Queue Endpoint' --- Message-Queue-Endpoint.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Message-Queue-Endpoint.md b/Message-Queue-Endpoint.md index 8add95d..117ae47 100644 --- a/Message-Queue-Endpoint.md +++ b/Message-Queue-Endpoint.md @@ -57,7 +57,7 @@ To create messages and connect to the broker we will need the following settings All settings are required except for the `META_DATA_URL`, this parameter is optional. -## FAQ [](#faq) +## FAQ [-](#faq) #### How do I install the required Python modules? This tutorial requires the `paho-mqtt` and `protobuf` modules. These can be installed with the following commands: @@ -69,7 +69,7 @@ py -m pip install 'protobuf==3.11.0' ``` **Linux terminal:** ``` -python3 -m pip install 'paho-mqtt==1.5.0' +python3 -m pip install 'paho-mqtt==1.5.0 python3 -m pip install 'protobuf==3.11.0' ```