Преглед изворни кода

docs: updated Pandas styler docs

Mikael Koli пре 2 година
родитељ
комит
f1ac8fc95f
1 измењених фајлова са 7 додато и 2 уклоњено
  1. 7 2
      docs/tutorials/embed/table.rst

+ 7 - 2
docs/tutorials/embed/table.rst

@@ -82,8 +82,13 @@ Using Pandas Styler
 -------------------
 
 You may also pass a Pandas style object to the body tables. 
-This feature depends on `css_inline <https://pypi.org/project/css-inline/>`_
-and you need to install this dependency in order to use this feature.
+This feature depends on `css_inline <https://pypi.org/project/css-inline/>`_.
+
+You may install the requirements:
+
+.. code-block:: shell
+
+    pip install redmail[style]
 
 First we make a Pandas style object: