Commit 2a7faa8
authored
README.md: Update install steps to escape brackets (#298)
## Problem
Some shells (e.g. zsh) treat the '[]' in the argument as a shell
expansion, and fail to pass the correct argument to pip:
% pip3 install pinecone-client[grpc]
zsh: no matches found: pinecone-client[grpc]
## Solution
Fix by quoting the package name.
## Type of Change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] This change requires a documentation update
- [ ] Infrastructure change (CI configs, etc)
- [x] Non-code change (docs, etc)
- [ ] None of the above: (explain here)
## Test Plan
Confirmed install still works with zsh and bash on macOS.1 parent e100f3c commit 2a7faa8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments