Skip to content

Commit

Permalink
Fix formatting of pip install commmand in docs (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvainika authored Jan 13, 2024
1 parent 85f758e commit d4f23b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Read more in :ref:`Producer client <producer-usage>` section.
Installation
------------

.. code::
.. code:: bash
pip install aiokafka
Expand All @@ -101,6 +101,8 @@ Optional LZ4 install

To enable LZ4 compression/decompression, install **aiokafka** with :code:`lz4` extra option:

.. code:: bash
pip install 'aiokafka[lz4]'
Note, that on **Windows** you will need Visual Studio build tools, available for download
Expand Down

0 comments on commit d4f23b6

Please sign in to comment.