You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,10 +62,11 @@ pip install --upgrade suite2p
62
62
~~~~
63
63
64
64
### Installation for Macs with Apple Silicon chips (e.g., M1)
65
-
1. Set up a Rosetta terminal following step 1 in this [link](https://dev.to/courier/tips-and-tricks-to-setup-your-apple-m1-for-development-547g).
66
-
2. Open up the newly created Rosetta terminal and follow steps 1 & 2 in the installation section [above](#installation_section) to install anaconda.
67
-
3. Use the following command `CONDA_SUBDIR=osx-64 conda create --name suite2p python=3.8`
68
-
4. Follow steps 4-7 in the installation section [above](#installation_section) to install the `suite2p` package.
65
+
1. Download an iTerm2 terminal from this [link](https://iterm2.com/). Install it into your /Applications folder. If you already have downloaded iTerm, duplicate it and give it whatever name you'd like (e.g., "iterm2Rosetta").
66
+
2. Navigate to the iTerm app you will use, right click it, and then select "Get Info". Check "Open using Rosetta".
67
+
3. Open up this iTerm app and follow steps 1 & 2 in the installation section [above](#installation_section) to install anaconda.
68
+
4. Use the following command `CONDA_SUBDIR=osx-64 conda create --name suite2p python=3.8`
69
+
5. Follow steps 4-7 in the installation section [above](#installation_section) to install the `suite2p` package.
69
70
70
71
71
72
### Installing the latest github version of the code
0 commit comments