File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,18 +88,18 @@ You can also have a look at the [spikeinterface-gui](https://github.com/SpikeInt
8888
8989## How to install spikeinterface
9090
91- You can install the latest version of ` spikeinterface ` version with pip:
91+ You can install the latest version of ` spikeinterface ` version with pip (using quotes ensures ` pip install ` works in all terminals/shells) :
9292
9393``` bash
94- pip install spikeinterface[full]
94+ pip install " spikeinterface[full]"
9595```
9696
9797The ` [full] ` option installs all the extra dependencies for all the different sub-modules.
9898
9999To 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
You can’t perform that action at this time.
0 commit comments