11# phy: interactive visualization and manual spike sorting of large-scale ephys data
22
3- [ ![ Build Status ] ( https://travis-ci.org /cortex-lab/phy. svg )] ( https://travis-ci.org /cortex-lab/phy )
3+ [ ![ Install and Test with Pip ] ( https://github.com /cortex-lab/phy/actions/workflows/python-test.yml/badge. svg )] ( https://github.com /cortex-lab/phy/actions/workflows/python-test.yml )
44[ ![ codecov.io] ( https://img.shields.io/codecov/c/github/cortex-lab/phy.svg )] ( http://codecov.io/github/cortex-lab/phy )
55[ ![ Documentation Status] ( https://readthedocs.org/projects/phy/badge/?version=latest )] ( https://phy.readthedocs.io/en/latest/?badge=latest )
66[ ![ GitHub release] ( https://img.shields.io/github/release/cortex-lab/phy.svg )] ( https://github.com/cortex-lab/phy/releases/latest )
@@ -39,7 +39,7 @@ There are no specific GPU requirements as long as relatively recent graphics and
3939
4040## Installation instructions
4141
42- Run the following commands in a terminal:
42+ Run the following commands in a terminal (currently working for Linux machines) :
4343
44441 . Create a new conda environment with the conda dependencies:
4545
@@ -75,7 +75,7 @@ In some environments, you might get an error message related to QtWebEngineWidge
7575* It is recommended to delete ` ~/.phy/*GUI/state.json ` when upgrading.
7676
7777
78- ### Developer instructions
78+ ### Developer instructions (and instructions for some Windows machines)
7979
8080To install the development version of phy in a fresh environment, do:
8181
@@ -91,6 +91,11 @@ cd phylib
9191pip install -e . --upgrade
9292```
9393
94+ ### Mac Install
95+
96+ Since the switch to M-series chips Mac install for Phy is not being officially supported.
97+ Rarely people are able to hack together a version with old versions of python etc.
98+
9499### Troubleshooting
95100
96101* [ See a list of common issues.] ( https://phy.readthedocs.io/en/latest/troubleshooting/ )
0 commit comments