Installation

Prerequisites

Using pip

The easiest way to install this extension and it’s dependencies is directly from the Python Package Index:

pip3 install sphinxcontrib-tryton

Using Sources

Alternatively, you can clone the sphinxcontrib-tryton repository, and install the extension from there:

git clone https://bitbucket.org/libateq/sphinxcontrib-tryton
cd sphinxcontrib-tryton
python3 setup.py install

Other Information

If you are using an existing Tryton server, then you should ensure that the locally installed versions of proteus and tryton are from the same Tryton series as the trytond server.

You may need administrator/root privileges to perform the installation, as the install commands will by default attempt to install the extension to the system wide Python site-packages directory on your system.

For advanced options, please refer to the easy_install and/or the distutils documentation: