Skip to content

Commit

Permalink
change installation instructions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Jul 11, 2024
1 parent e4fa25a commit c3640bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ You can also have a look at the [spikeinterface-gui](https://github.com/SpikeInt
You can install the latest version of `spikeinterface` version with pip:

```bash
pip install spikeinterface[full]
pip install "spikeinterface[full]"
```

The `[full]` option installs all the extra dependencies for all the different sub-modules.

To install all interactive widget backends, you can use:

```bash
pip install spikeinterface[full,widgets]
pip install "spikeinterface[full,widgets]"
```


Expand Down

0 comments on commit c3640bb

Please sign in to comment.