0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-14 20:39:00 +02:00

Give install requirements

This commit is contained in:
Erik Johnston 2016-04-13 14:33:48 +01:00
parent bfe586843f
commit f338bf9257

View file

@ -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.
"""
)