Skip to content

Commit f296e38

Browse files
committed
Update README.md
1 parent ce4307d commit f296e38

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)