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`