add option to render using imagemagick

This commit is contained in:
derchris 2019-01-20 06:41:57 +01:00
parent 43f08547f0
commit f3b8deb63b
4 changed files with 24 additions and 10 deletions

View file

@ -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