Update page 'Message Queue Endpoint'

This commit is contained in:
Auke Sytsma 2020-03-01 11:00:50 +00:00
parent a3a779c2b6
commit 0d2077f6eb

View File

@ -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. 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? #### How do I install the required Python modules?
This tutorial requires the `paho-mqtt` and `protobuf` modules. This tutorial requires the `paho-mqtt` and `protobuf` modules.
These can be installed with the following commands: These can be installed with the following commands:
@ -69,7 +69,7 @@ py -m pip install 'protobuf==3.11.0'
``` ```
**Linux terminal:** **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' python3 -m pip install 'protobuf==3.11.0'
``` ```