Building Tryton

Can I find instructions about building the Tryton server anywhere ?

A long time ago I contributed a package of Tryton for Guix

Now, the Guix people are in the process of eclipsing Python 2 and they are updating the Python packages, Tryton being one of them

I’ ve been asked to update Tryton and particulary I’ ve been asked what the extra_requires actually are

Are they actually required, just useful or unnecessary ?

I don’ t remember

I haven’ t been following Tryton since 4.6.2

Thanks

We use the setuptools to install any Tryton packages (trytond, tryton and all modules) except for soa which uses npm.
So the command is simple:

$ python setup.py install

The extras_require are optional dependencies that usually activate new features.