9 lines
210 B
Markdown
9 lines
210 B
Markdown
## Vagrant setup
|
|
|
|
1. TBD: Insert Vagrantfile here
|
|
|
|
## Tryton installation
|
|
|
|
1. `sudo apt-get update`
|
|
2. `sudo apt-get install python-pip python-dev libxml2-dev libxslt1-dev`
|
|
3. `sudo pip install tryton trytond`
|