From 9d72a1e8bbc0a98b60539aa0e8cdcb1e3ec19553 Mon Sep 17 00:00:00 2001 From: tpollina Date: Fri, 31 Jan 2020 05:25:46 +0100 Subject: [PATCH] Update install.rst --- docs/install.rst | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index 55148fc..c166d70 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -164,6 +164,21 @@ Import the last GUI Import the `lastest version of the GUI `_ +Install Mosquitto MQTT +====================== + +In order to send and receive from Node-RED: +:: + sudo apt-get install mosquitto mosquitto-clients + + +Install mqtt-paho +================= + +In order to send and receive from python: +:: + pip3 install paho-mqtt + Install MorphoCut ================= @@ -171,17 +186,8 @@ Install MorphoCut MorphoCut is packaged on PyPI and can be installed with pip: :: - pip install morphocut -For the development version: -:: - pip install -U git+https://github.com/morphocut/morphocut.git - -Install mqtt-paho -=============== - -In order to be able to kill a python script: -:: - pip3 install paho-mqtt + sudo apt-get install python3-scipy + pip3 install morphocut Finishing the install =====================