소스 검색

add zlib1g-dev to required packages in install doc

Adrien Panay 8 년 전
부모
커밋
949b162808
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md 파일 보기

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