AllenCell / allencell-segmenter-ml

Napari plugin for ml segmentation
Other
1 stars 1 forks source link

Add pyqt5 to README #528

Closed amilworks closed 2 weeks ago

amilworks commented 1 month ago

Update README

Associated Ticket: #525

This PR adds the pyqt5 installation step.

pip install "napari[pyqt5]" 

This seems to be the standard way outlined here by napari.

Do we need to add any other installs or more documentation in the README?