From 4916118b8b6a3e97908ebff825150d3bc51adba8 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Wed, 15 Aug 2018 12:08:31 +0200 Subject: [PATCH] Add markdown as requiremnt in the install docs --- documentation/src/install.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/src/install.rst b/documentation/src/install.rst index c24e149..309aeb6 100644 --- a/documentation/src/install.rst +++ b/documentation/src/install.rst @@ -15,6 +15,11 @@ Boxes.py is based on the cairo graphics library. It supports both the PyPi version *cairocffi* and python-cairo that might be shipped with your distribution. +Markdown +........ +Markdown (package name may be python-markdown or python3-markdown) is +used to format the description texts. + LXML ....