File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -49,14 +49,22 @@ then from the “Plugins” menu within the napari application, select “Instal
4949
5050### M1 Mac users
5151
52- Create a new conda env using the provided conda/napari_cellseg3d_m1.yml file :
52+ To avoid issues when installing on the ARM64 architecture, please follow these steps.
5353
54+ 1 ) Create a new conda env using the provided conda/napari_cellseg3d_m1.yml file :
55+
56+ git clone https://github.com/AdaptiveMotorControlLab/CellSeg3d.git
57+ cd CellSeg3d
5458 conda env create -f conda/napari_cellseg3d_m1.yml
5559 conda activate napari_cellseg3d_m1
5660
57- Then install PyQt5 from conda separately :
61+ 2 ) Then install PyQt5 from conda separately :
62+
63+ conda install -c anaconda pyqt
64+
65+ 3 ) And install the plugin :
5866
59- conda install -c anaconda PyQt5
67+ pip install napari-cellseg3d
6068
6169
6270## Documentation
You can’t perform that action at this time.
0 commit comments