From f338bf9257011f38594247993ec0443041f87c92 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 13 Apr 2016 14:33:48 +0100 Subject: [PATCH] Give install requirements --- synapse/config/repository.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/synapse/config/repository.py b/synapse/config/repository.py index 656eb7ba6..d61e525e6 100644 --- a/synapse/config/repository.py +++ b/synapse/config/repository.py @@ -22,7 +22,13 @@ MISSING_NETADDR = ( ) MISSING_LXML = ( - "Missing lxml library. This is required for URL preview API." + """Missing lxml library. This is required for URL preview API. + + Install by running: + pip install lxml + + Requires libxslt1-dev system package. + """ )