forked from MirrorHub/synapse
Give install requirements
This commit is contained in:
parent
bfe586843f
commit
f338bf9257
1 changed files with 7 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue