From ca7913434e4624f34bc5f9077a826a886583a996 Mon Sep 17 00:00:00 2001 From: Philip Reichmuth Date: Fri, 4 Jan 2019 13:37:10 +0600 Subject: [PATCH] Added notice about python-lxml to README file --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c888296..3f4d243 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ For Ubuntu 14.04, the packages below are already pre-installed. * GObject * lxml +For later versions of Ubuntu, the lxml package does not come preinstalled. If you get error messages, install it manually: + +``` +$ sudo apt-get install python-lxml +``` + ## Installation Clone the repository with