Skip to content

Commit

Permalink
Merge pull request #130 from MouseLand/dev
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Atika-Syeda authored Oct 26, 2023
2 parents fdef050 + db2926e commit 763a0e7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,6 @@ If you are using a GPU, make sure its drivers and the cuda libraries are correct
5. To install the minimal version of facemap, run `python -m pip install facemap`.
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]'.

For Macbook users with M1/M2 please follow the following instructions for installation:
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.
2. Open an anaconda prompt / command prompt which has `conda` for **python 3** in the path
3. Create a new environment with `conda create -y -n facemap python=3.9 pyqt imagecodecs pyqtgraph matplotlib`
4. To activate this new environment, run `conda activate facemap`
5. Next, install the facemap in the environment: `pip install facemap`
6. Finally, run `python -m facemap` to launch facemap GUI.

To upgrade facemap (package [here](https://pypi.org/project/facemap/)), run the following in the environment:

~~~sh
Expand Down

0 comments on commit 763a0e7

Please sign in to comment.