Skip to content

Commit b4b578c

Browse files
authored
doc: double quote "psycopg[binary,pool]" in doc for zsh etc. (#607)
1 parent 464dcce commit b4b578c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/getting_started/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ In this example, we'll use the [`psycopg` library](https://www.psycopg.org/) alo
158158
Please make sure the required packages are installed:
159159

160160
```bash
161-
pip install numpy psycopg[binary,pool] pgvector
161+
pip install numpy "psycopg[binary,pool]" pgvector
162162
```
163163

164164
### Step 4.1: Extract common transformations

0 commit comments

Comments
 (0)