diff --git a/ExistingProjects/Tryton/Installation.mdwn b/ExistingProjects/Tryton/Installation.mdwn index fdc5e4c245dc97a81c4a6b126b93b72d17b51e9f..fbe63c6795019a5efabb4949e8f61b081e51236f 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`