Skip to content

Commit 7a2494b

Browse files
authored
Update README.md
1 parent 601404c commit 7a2494b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

4444
1. 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

8080
To install the development version of phy in a fresh environment, do:
8181

@@ -91,6 +91,11 @@ cd phylib
9191
pip 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

Comments
 (0)