From 69a393db50474d33139c98b19b0ce062b33a0255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon-Martin=20Schr=C3=B6der?= Date: Tue, 16 Jun 2020 21:30:47 +0200 Subject: [PATCH] Update MorphoCut installation instructions PlanktonScope-related things are now merged into master of the MorphoCut repository. --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c0dcd74..8c68f80 100644 --- a/README.md +++ b/README.md @@ -188,12 +188,14 @@ https://www.pyimagesearch.com/2019/09/16/install-opencv-4-on-raspberry-pi-4-and- Install MorphoCut ================= -`Installing MorphoCut `_ +[Installing MorphoCut](https://morphocut.readthedocs.io/en/stable/installation.html) MorphoCut is packaged on PyPI and can be installed with pip: -:: - sudo apt-get install python3-scipy - pip3 install -U git+https://github.com/morphocut/morphocut.git@pyrocystis + +```sh +sudo apt-get install python3-scipy +pip3 install -U git+https://github.com/morphocut/morphocut.git +``` Finishing the install =====================