Skip to content

Commit 9554bed

Browse files
authored
Merge pull request #1042 from tom-doerr/patch-11
Add quotes around package names
2 parents abe350c + 5e3358d commit 9554bed

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/docs/quick-start/installation.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,37 +30,37 @@ import TabItem from '@theme/TabItem';
3030
</TabItem>
3131
<TabItem value="pinecone" label="Pinecone">
3232
```text
33-
pip install dspy-ai[pinecone]
33+
pip install "dspy-ai[pinecone]"
3434
```
3535
</TabItem>
3636
<TabItem value="qdrant" label="Qdrant">
3737
```text
38-
pip install dspy-ai[qdrant]
38+
pip install "dspy-ai[qdrant]"
3939
```
4040
</TabItem>
4141
<TabItem value="chromadb" label="ChromaDB">
4242
```text
43-
pip install dspy-ai[chromadb]
43+
pip install "dspy-ai[chromadb]"
4444
```
4545
</TabItem>
4646
<TabItem value="marqo" label="Marqo">
4747
```text
48-
pip install dspy-ai[marqo]
48+
pip install "dspy-ai[marqo]"
4949
```
5050
</TabItem>
5151
<TabItem value="mongodb" label="MongoDB">
5252
```text
53-
pip install dspy-ai[mongodb]
53+
pip install "dspy-ai[mongodb]"
5454
```
5555
</TabItem>
5656
<TabItem value="weaviate" label="Weaviate">
5757
```text
58-
pip install dspy-ai[weaviate]
58+
pip install "dspy-ai[weaviate]"
5959
```
6060
</TabItem>
6161
<TabItem value="milvus" label="Milvus">
6262
```text
63-
pip install dspy-ai[milvus]
63+
pip install "dspy-ai[milvus]"
6464
```
6565
</TabItem>
6666

0 commit comments

Comments
 (0)