How to install Tryton¶
Install Tryton¶
There are three options to install Tryton:
Install the version provided by your operating system distribution. This is the quickest and recommended option for those who has operating system that distributes Tryton.
Install the published package. You first need to have pip installed. Then to install
trytondrun:python -m pip install trytondYou can also install for example the
salemodule with:python -m pip install trytond_saleWithout installation, you need to make sure you have all the dependencies installed and then run:
python bin/trytondYou can register modules by linking them into the
trytond/modulesfolder.
Warning
Note that you may need administrator/root privileges for this step, as this command will by default attempt to install trytond to the Python site-packages directory on your system.