Update install.rst
This commit is contained in:
parent
b4240eeaf7
commit
c7128dfba2
|
@ -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
|
||||
=====================
|
||||
|
|
Loading…
Reference in a new issue