From 5942c54d4e78712edb4a4fae06171af3deacf2c2 Mon Sep 17 00:00:00 2001 From: tpollina Date: Mon, 23 Dec 2019 14:40:19 +0100 Subject: [PATCH] Update install.rst --- docs/install.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index e0bd9f6..8f189f9 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -166,7 +166,7 @@ Import the last GUI Import the `lastest version of the GUI `_ Install MorphoCut -================== +================= `Installing MorphoCut `_ @@ -176,3 +176,17 @@ MorphoCut is packaged on PyPI and can be installed with pip: For the development version: :: pip install -U git+https://github.com/morphocut/morphocut.git + + + +Finishing the install +===================== + +Make sure to update your Pi +:: + sudo apt-get update -y + sudo apt-get upgrade -y + +Reboot your Pi safely +:: + sudo reboot now