From 3973adbfc41de65f6e186863d992ddca47af5cdb Mon Sep 17 00:00:00 2001 From: "http://wandborg.se/" Date: Thu, 14 Nov 2013 17:05:58 +0100 Subject: [PATCH] --- ExistingProjects/Tryton/Installation.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExistingProjects/Tryton/Installation.mdwn b/ExistingProjects/Tryton/Installation.mdwn index fbe63c6..62d1183 100644 --- a/ExistingProjects/Tryton/Installation.mdwn +++ b/ExistingProjects/Tryton/Installation.mdwn @@ -5,5 +5,5 @@ ## Tryton installation 1. `sudo apt-get update` -2. `sudo apt-get install python-pip python-dev` +2. `sudo apt-get install python-pip python-dev libxml2-dev libxslt1-dev` 3. `sudo pip install tryton trytond`