1
1
# phy: interactive visualization and manual spike sorting of large-scale ephys data
2
2
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 )
4
4
[ ![ codecov.io] ( https://img.shields.io/codecov/c/github/cortex-lab/phy.svg )] ( http://codecov.io/github/cortex-lab/phy )
5
5
[ ![ Documentation Status] ( https://readthedocs.org/projects/phy/badge/?version=latest )] ( https://phy.readthedocs.io/en/latest/?badge=latest )
6
6
[ ![ 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
39
39
40
40
## Installation instructions
41
41
42
- Run the following commands in a terminal:
42
+ Run the following commands in a terminal (currently working for Linux machines) :
43
43
44
44
1 . Create a new conda environment with the conda dependencies:
45
45
@@ -75,7 +75,7 @@ In some environments, you might get an error message related to QtWebEngineWidge
75
75
* It is recommended to delete ` ~/.phy/*GUI/state.json ` when upgrading.
76
76
77
77
78
- ### Developer instructions
78
+ ### Developer instructions (and instructions for some Windows machines)
79
79
80
80
To install the development version of phy in a fresh environment, do:
81
81
@@ -91,6 +91,11 @@ cd phylib
91
91
pip install -e . --upgrade
92
92
```
93
93
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
+
94
99
### Troubleshooting
95
100
96
101
* [ See a list of common issues.] ( https://phy.readthedocs.io/en/latest/troubleshooting/ )
0 commit comments