Explorar el Código

add zlib1g-dev to required packages in install doc

Adrien Panay hace 7 años
padre
commit
949b162808
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md Ver fichero

@@ -113,7 +113,7 @@ _Note: the following information is for Debian. For other OS, adapt the package
113 113
 
114 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 118
 You also need `redis-server` package if you want to send email in async mode.
119 119