瀏覽代碼

docs: updated Pandas styler docs

Mikael Koli 3 年之前
父節點
當前提交
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: