mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 02:29:23 -05:00
Give install requirements
This commit is contained in:
parent
bfe586843f
commit
f338bf9257
@ -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.
|
||||
"""
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user