Bläddra i källkod

add zlib1g-dev to required packages in install doc

Adrien Panay 7 år sedan
förälder
incheckning
949b162808
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      README.md

+ 1 - 1
README.md Visa fil

113
 
113
 
114
 You'll need to install the following packages on your Operating System:
114
 You'll need to install the following packages on your Operating System:
115
 
115
 
116
-    apt-get install git realpath python3 python-virtualenv python3-dev python-pip build-essential libxml2-dev libxslt1-dev python-lxml
116
+    apt-get install git realpath python3 python-virtualenv python3-dev python-pip build-essential libxml2-dev libxslt1-dev python-lxml zlib1g-dev
117
 
117
 
118
 You also need `redis-server` package if you want to send email in async mode.
118
 You also need `redis-server` package if you want to send email in async mode.
119
 
119