transformers/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
..
de Add ALIGN to transformers (#21741) 2023-03-01 21:23:31 +03:00
en Docs Improvement - In ZSH, not using ' ' around pip install fails, fix it (#22045) 2023-03-09 07:43:49 -05:00
es update: bertology paper (#22012) 2023-03-08 07:54:30 -05:00
fr Add ALIGN to transformers (#21741) 2023-03-01 21:23:31 +03:00
it Add ALIGN to transformers (#21741) 2023-03-01 21:23:31 +03:00
ja Add EfficientNet (#21563) 2023-02-20 16:37:11 +03:00
ko Add EfficientNet (#21563) 2023-02-20 16:37:11 +03:00
pt Add EfficientNet (#21563) 2023-02-20 16:37:11 +03:00
zh translate index to zh(#20095) (#21351) 2023-01-30 16:50:57 -05:00
_config.py Adding evaluate to the list of libraries required in generated notebooks (#20850) 2022-12-21 14:04:08 +01:00