Skip to content

Commit c0dbef7

Browse files
authored
Update installation.md
Some shells (like zsh) require quotes to avoid attempting to interpret the square braces.
1 parent 53121ff commit c0dbef7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/usage/getting_started/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ this will install the default version of [PyTorch](https://pytorch.org/) for you
2727
:::
2828

2929
``` bash
30-
pip install pymusas[neural]
31-
```
30+
pip install 'pymusas[neural]'
31+
```

0 commit comments

Comments
 (0)