From c186188557a123eee1f4928f6be6dd0c55988aa7 Mon Sep 17 00:00:00 2001 From: pictuga Date: Tue, 28 Apr 2020 21:58:26 +0200 Subject: [PATCH] README: warning about lxml installation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index abcf684..52f1db6 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,10 @@ Simplest way to get these: pip install git+https://git.pictuga.com/pictuga/morss.git@master ``` +The dependency `lxml` is fairly long to install (especially on Raspberry Pi, as +C code needs to be compiled). If possible on your distribution, try installing +it with the system package manager. + You may also need: - Apache, with python-cgi support, to run on a server