Skip to content

Commit db2926e

Browse files
authored
Update README.md
1 parent e763592 commit db2926e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@ If you are using a GPU, make sure its drivers and the cuda libraries are correct
4242
5. To install the minimal version of facemap, run `python -m pip install facemap`.
4343
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]'.
4444

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-
5345
To upgrade facemap (package [here](https://pypi.org/project/facemap/)), run the following in the environment:
5446

5547
~~~sh

0 commit comments

Comments
 (0)