### Page URL https://docs.weaviate.io/weaviate/client-libraries/python ### User feedback The command `pip install -U weaviate-client[agents]` did not work in zsh shell. ``` pip install -U weaviate-client[agents] zsh: no matches found: weaviate-client[agents] ``` Changed to `pip install -U "weaviate-client[agents]"` which worked
Page URL
https://docs.weaviate.io/weaviate/client-libraries/python
User feedback
The command
pip install -U weaviate-client[agents]did not work in zsh shell.Changed to
pip install -U "weaviate-client[agents]"which worked