Update MorphoCut installation instructions
PlanktonScope-related things are now merged into master of the MorphoCut repository.
This commit is contained in:
parent
bd03fcfdbe
commit
69a393db50
10
README.md
10
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 <https://morphocut.readthedocs.io/en/stable/installation.html>`_
|
||||
[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
|
||||
=====================
|
||||
|
|
Loading…
Reference in a new issue