Files
HuggingFace_transformer/docs/source
Shaun VanWeelden 81cd655cab Docs Improvement - In ZSH, not using ' ' around pip install fails, fix it (#22045)
In ZSH, not using ' ' around pip install fails

Running 
```
pip install transformers[torch]
```
in the default ZSH terminal will fail with the error `zsh: no matches found: transformers[torch]`

The solution is to wrap the installation path in ' ' like 
```
pip install 'transformers[torch]'
```

Relevant StackOverflow: https://stackoverflow.com/questions/30539798/zsh-no-matches-found-requestssecurity
2023-03-09 07:43:49 -05:00
..
2023-03-01 21:23:31 +03:00
2023-03-08 07:54:30 -05:00
2023-03-01 21:23:31 +03:00
2023-03-01 21:23:31 +03:00
2023-02-20 16:37:11 +03:00
2023-02-20 16:37:11 +03:00
2023-02-20 16:37:11 +03:00
2023-01-30 16:50:57 -05:00