Skip to content

Commit

Permalink
add link to installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 authored Sep 16, 2023
1 parent 39f2b11 commit efe723e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,17 @@ sigui /path/for/my/waveforms

## Install

For beginners or Anaconda users please see our [installation tips](https://github.com/SpikeInterface/spikeinterface/tree/main/installation_tips)
where we provide a yaml for Mac/Windows/Linux to help properly install `spikeinterface` and `spikeinterface-gui` for you in a dedicated
conda environment.

Otherwise,

You need first to install **one** of these 3 packages (by order of preference):
* `pip install PySide6`
* `pip install PyQt6`
* `pip install PySide6` or
* `pip install PyQt6` or
* `pip install PyQt5`


From pypi:

```bash
Expand Down

0 comments on commit efe723e

Please sign in to comment.