Skip to content

Commit c10326a

Browse files
authored
Merge pull request #3184 from h-mayorquin/switch_installation_instructions_in_readme
Change installation instructions in readme to be compatible with all OS
2 parents 81261e5 + 2932e59 commit c10326a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

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)