From ef39f2fdd3282c59c92f6fef9b74916614470d3b Mon Sep 17 00:00:00 2001 From: "http://wandborg.se/" Date: Thu, 14 Nov 2013 17:02:41 +0100 Subject: [PATCH] --- ExistingProjects/Tryton/Installation.mdwn | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ExistingProjects/Tryton/Installation.mdwn b/ExistingProjects/Tryton/Installation.mdwn index fdc5e4c..fbe63c6 100644 --- a/ExistingProjects/Tryton/Installation.mdwn +++ b/ExistingProjects/Tryton/Installation.mdwn @@ -1,4 +1,9 @@ +## Vagrant setup + 1. TBD: Insert Vagrantfile here -2. `sudo apt-get update` -3. `sudo apt-get install python-pip python-dev` -4. `sudo pip install tryton trytond` + +## Tryton installation + +1. `sudo apt-get update` +2. `sudo apt-get install python-pip python-dev` +3. `sudo pip install tryton trytond`