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
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,14 +42,6 @@ If you are using a GPU, make sure its drivers and the cuda libraries are correct
42
42
5. To install the minimal version of facemap, run `python -m pip install facemap`.
43
43
6. To install facemap and the GUI, run `python -m pip install facemap[gui]`. If you're on a zsh server, you may need to use ' ' around the facemap[gui] call: `python -m pip install 'facemap[gui]'.
44
44
45
-
For Macbook users with M1/M2 please follow the following instructions for installation:
46
-
1. Install an [Anaconda](https://www.anaconda.com/products/distribution) distribution of Python. Note you might need to use an anaconda prompt if you did not add anaconda to the path.
47
-
2. Open an anaconda prompt / command prompt which has `conda` for **python 3** in the path
48
-
3. Create a new environment with `conda create -y -n facemap python=3.9 pyqt imagecodecs pyqtgraph matplotlib`
49
-
4. To activate this new environment, run `conda activate facemap`
50
-
5. Next, install the facemap in the environment: `pip install facemap`
51
-
6. Finally, run `python -m facemap` to launch facemap GUI.
52
-
53
45
To upgrade facemap (package [here](https://pypi.org/project/facemap/)), run the following in the environment:
0 commit comments