add option to render using imagemagick
This commit is contained in:
parent
43f08547f0
commit
f3b8deb63b
4 changed files with 24 additions and 10 deletions
|
@ -47,10 +47,10 @@ $ pip3 install -r requirements.txt
|
|||
|
||||
##### Debian
|
||||
|
||||
On debian, for python lxml dependencies:
|
||||
On debian you need to install ImageMagick and Python lxml dependencies:
|
||||
|
||||
```
|
||||
sudo apt-get install libxml2-dev libxslt1-dev
|
||||
sudo apt-get install libmagickwand-dev libmagickcore5-extra libxml2-dev libxslt1-dev
|
||||
```
|
||||
|
||||
Quick start
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue