Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion morphodynamics/analysis_par.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from scipy.ndimage import center_of_mass
from scipy.interpolate import splev
import skimage.io
from napari_convpaint.conv_paint_utils import Classifier
from napari_convpaint.conv_paint_classifier import Classifier

from .segmentation import (
segment_cellpose,
Expand Down
7 changes: 5 additions & 2 deletions mydocs/Installation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@
"\n",
" pip install git+https://github.com/guiwitz/MorphoDynamics.git@master#egg=morphodynamics\n",
"\n",
"To update the softate you can simply use:\n",
"To update the software you can simply use:\n",
"\n",
" pip install --upgrade morphodynamics\n",
"\n",
" pip install --upgrade morphodynamics"
"If you wish to enable Cellpose-based feature extraction, you can install the necessary dependencies with:\n",
"\n",
" pip install 'napari-convpaint[cellpose]'\n"
]
},
{
Expand Down