Browse Source

Update README.md

Bastien Sevajol 6 years ago
parent
commit
b5b8ffb855
No account linked to committer's email
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README.md

+ 2 - 1
README.md View File

@@ -118,7 +118,8 @@ You'll need to install the following packages :
118 118
 
119 119
     sudo apt install git realpath redis-server \
120 120
                      python3 python-virtualenv python3-dev python-pip  python-lxml \
121
-                     build-essential libxml2-dev libxslt1-dev zlib1g-dev libjpeg-dev
121
+                     build-essential libxml2-dev libxslt1-dev zlib1g-dev libjpeg-dev \
122
+                     libmagickwand-6.q16-3
122 123
 
123 124
 ## Get the source ##
124 125