Parcourir la source

add zlib1g-dev to required packages in install doc

Adrien Panay il y a 7 ans
Parent
révision
949b162808
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      README.md

+ 1 - 1
README.md Voir le fichier

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