Skip to content

Commit 9670e92

Browse files
Fix spacing issue in installation commands in documentation
1 parent 98177d9 commit 9670e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/get_started/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you know you will need `openai` and `faiss-cpu`, you can do so with:
1919

2020
.. code-block:: bash
2121
22-
pip install adalflow[openai, faiss-cpu]
22+
pip install adalflow[openai,faiss-cpu]
2323
2424
.. note::
2525
Check the `Optional Packages` section for more information on the available packages.

0 commit comments

Comments
 (0)