Skip to content

Commit

Permalink
Merge pull request #315 from Unobtainiumrock/fix/installation-command…
Browse files Browse the repository at this point in the history
…-spacing

Fix spacing issue in installation commands in documentation
  • Loading branch information
liyin2015 authored Jan 16, 2025
2 parents 98177d9 + 9670e92 commit fe10865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/get_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you know you will need `openai` and `faiss-cpu`, you can do so with:

.. code-block:: bash
pip install adalflow[openai, faiss-cpu]
pip install adalflow[openai,faiss-cpu]
.. note::
Check the `Optional Packages` section for more information on the available packages.
Expand Down

0 comments on commit fe10865

Please sign in to comment.