From a8e7f21b8da8ae77cfaf54ab763dc058df623761 Mon Sep 17 00:00:00 2001 From: tpollina Date: Fri, 31 Jan 2020 04:48:03 +0100 Subject: [PATCH] Update install.rst --- docs/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index ffdde43..55148fc 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -176,12 +176,12 @@ For the development version: :: pip install -U git+https://github.com/morphocut/morphocut.git -Install daemons +Install mqtt-paho =============== In order to be able to kill a python script: :: - pip3 install daemons + pip3 install paho-mqtt Finishing the install =====================