From f45dca6e69db8592c5d3e46e12c96790d2f99227 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 23 Apr 2014 07:30:20 +0200 Subject: Added missing librairies for lxml. --- README.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 1a4f31f0..c576b1f8 100644 --- a/README.rst +++ b/README.rst @@ -56,6 +56,7 @@ Deploying the application on a traditional server $ git clone https://bitbucket.org/cedricbonhomme/pyaggr3g470r.git $ cd pyaggr3g470r $ sudo apt-get install postgresql postgresql-server-dev-9.1 postgresql-client + $ sudo apt-get install libxml2-dev libxslt1-dev $ sudo pip install --upgrade -r requirements.txt $ sudo -u postgres createuser Enter name of role to add: username -- cgit