From c7128dfba229d7dec0c94e624ed21771e38cba1d Mon Sep 17 00:00:00 2001 From: tpollina Date: Tue, 28 Jan 2020 05:38:03 +0100 Subject: [PATCH] Update install.rst --- docs/install.rst | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index 196f1f2..ffdde43 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -154,15 +154,8 @@ These nodes will be used in Node-RED: :: cd .node-red/ npm install node-red-dashboard - #npm install node-red-contrib-multipart-stream-decoder - #npm install node-red-node-base64 - #npm install node-red-contrib-interval npm install node-red-contrib-python3-function npm install node-red-contrib-camerapi - npm install node-red-node-mysql - npm install node-red-contrib-calc - #npm install node-red-contrib-ffmpeg - npm install node-red-contrib-loop-processing npm install node-red-contrib-gpsd npm install node-red-contrib-web-worldmap @@ -183,7 +176,12 @@ For the development version: :: pip install -U git+https://github.com/morphocut/morphocut.git +Install daemons +=============== +In order to be able to kill a python script: +:: + pip3 install daemons Finishing the install =====================