Skip to content

Commit c3640bb

Browse files
committed
change installation instructions in readme
1 parent e4fa25a commit c3640bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ You can also have a look at the [spikeinterface-gui](https://github.com/SpikeInt
9191
You can install the latest version of `spikeinterface` version with pip:
9292

9393
```bash
94-
pip install spikeinterface[full]
94+
pip install "spikeinterface[full]"
9595
```
9696

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

9999
To install all interactive widget backends, you can use:
100100

101101
```bash
102-
pip install spikeinterface[full,widgets]
102+
pip install "spikeinterface[full,widgets]"
103103
```
104104

105105

0 commit comments

Comments
 (0)