We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4fa25a commit c3640bbCopy full SHA for c3640bb
README.md
@@ -91,15 +91,15 @@ You can also have a look at the [spikeinterface-gui](https://github.com/SpikeInt
91
You can install the latest version of `spikeinterface` version with pip:
92
93
```bash
94
-pip install spikeinterface[full]
+pip install "spikeinterface[full]"
95
```
96
97
The `[full]` option installs all the extra dependencies for all the different sub-modules.
98
99
To install all interactive widget backends, you can use:
100
101
102
- pip install spikeinterface[full,widgets]
+ pip install "spikeinterface[full,widgets]"
103
104
105
0 commit comments