Update install.rst

This commit is contained in:
tpollina 2020-01-31 05:25:46 +01:00 committed by GitHub
parent a8e7f21b8d
commit 9d72a1e8bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -164,6 +164,21 @@ Import the last GUI
Import the `lastest version of the GUI <https://raw.githubusercontent.com/tpollina/PlanktonScope/master/scripts/flows_planktonscope.json>`_ Import the `lastest version of the GUI <https://raw.githubusercontent.com/tpollina/PlanktonScope/master/scripts/flows_planktonscope.json>`_
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 Install MorphoCut
================= =================
@ -171,17 +186,8 @@ Install MorphoCut
MorphoCut is packaged on PyPI and can be installed with pip: MorphoCut is packaged on PyPI and can be installed with pip:
:: ::
pip install morphocut sudo apt-get install python3-scipy
For the development version: pip3 install morphocut
::
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
Finishing the install Finishing the install
===================== =====================