How to install Tryton#
Install Tryton#
There are four options to install Tryton ordered by preference:
Using the docker image.
Install the version provided by your operating system distribution.
Install the published package. You first need to have pip installed. Then to install
trytond
run:$ python3 -m pip install trytondYou can also install for example the
sale
module with:$ python3 -m pip install trytond_saleWithout installation, you need to make sure you have all the dependencies installed and then run:
$ python3 bin/trytondYou can register modules by linking them into the
trytond/modules
folder.